-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (42 loc) · 2.32 KB
/
index.html
File metadata and controls
50 lines (42 loc) · 2.32 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Performance: Preconnect to external domains -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<!-- Primary Meta Tags -->
<title>Jeet Gupta - AI/ML Engineer | Data Scientist | GenAI Specialist</title>
<meta name="title" content="Jeet Gupta - AI/ML Engineer | Data Scientist | GenAI Specialist" />
<meta name="description"
content="Portfolio of Jeet Gupta, an AI/ML Engineer specializing in Machine Learning, Deep Learning, NLP, and Generative AI. Explore projects in RAG systems, LLMs, and intelligent automation." />
<meta name="keywords"
content="AI Engineer, Machine Learning, Data Science, GenAI, NLP, Deep Learning, Python, TensorFlow, PyTorch, LangChain, RAG, LLM, Portfolio" />
<meta name="author" content="Jeet Gupta" />
<meta name="robots" content="index, follow" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://jeetgupta.dev/" />
<meta property="og:title" content="Jeet Gupta - AI/ML Engineer | Data Scientist" />
<meta property="og:description"
content="Transforming complex data into actionable insights and building intelligent systems through advanced analytics and machine learning." />
<meta property="og:image" content="/og-image.jpg" />
<meta property="og:site_name" content="Jeet Gupta Portfolio" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://jeetgupta.dev/" />
<meta property="twitter:title" content="Jeet Gupta - AI/ML Engineer | Data Scientist" />
<meta property="twitter:description"
content="Transforming complex data into actionable insights and building intelligent systems through advanced analytics and machine learning." />
<meta property="twitter:image" content="/og-image.jpg" />
<!-- Additional Meta Tags -->
<meta name="theme-color" content="#2563eb" />
<link rel="canonical" href="https://jeetgupta.dev/" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>