-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
26 lines (26 loc) · 1023 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Gemini</title>
<meta
name="description"
content="Gemini is an open-source application powered by the Google Gemini Vision API. Identify and learn about objects through a simple and interactive camera experience."
/>
<meta
name="keywords"
content="Gemini, Google Gemini, Gemini Vision, Image Recognition, Multimodal AI, Open Source, Computer Vision, srikanth nani, iamsrikathnani"
/>
<meta property="og:title" content="Google Gemini" />
<meta
property="og:description"
content="Identify and learn about objects through a simple and interactive camera experience with Gemini, powered by the Google Gemini Vision API."
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>