sovitrath commited on
Commit
87121e8
·
verified ·
1 Parent(s): 52f134b

Create a website for my resume using orange, dark gray, and white theme: Sovit Ranjan Rath [email protected] — +91 9439678558 — DebuggerCafe.com — GitHub — LinkedIn Professional Summary Generative AI & Computer Vision Engineer with 2+ years of experience building multimodal AI systems (LLMs/VLMs, RAG) and 3 years experience in Deep Learning based computer vision. Authored 340+ technical articles and courses bridging cutting-edge research with real-world applications. Passionate about deploying generative AI to accelerate creative workflows in gaming. Core Skills • Generative AI: LLMs (Phi, Whisper), Vision-Language Models (CLIP, SAM), RAG Systems, Image Generation • Frameworks: PyTorch, TensorFlow, Hugging Face, LangChain, ONNX, Streamlit/Gradio • Technical Domains: Multimodal AI, Computer Vision, Model Optimization, Agentic Workflows • Deployment: Local AI systems, scalable pipelines, real-time applications • Collaboration: Cross-functional leadership (Product, Engineering, Research) Professional Experience Indegene — Lead SWE (GenAI & LLMs) — Apr 2025 – Present • Slashed API costs by 98.2% by optimizing in-memory context from 2M to 36k tokens. Architected an agentic workflow enabling code execution and dynamic UI visualization (graphs/charts) for healthcare solutions and built tools for real-time data interaction using generative AI. • Built MCP (Model Context Protocol) server for Excel reasoning integrated with GPT and Claude APIs, deployed internally across the organization. Converted existing FastAPI server archi- tecture to MCP server for enhanced AI agent capabilities. OpenCV University — Technical Lead, AI Education — Feb 2021 – Apr 2025 • Led development of 4+ courses on deep learning and computer vision, used by developers and engineers globally. Engineered multimodal RAG pipelines (text/vision/audio) and demo apps for CLIP-based semantic search and Whisper transcription. Collaborated with product/marketing teams to align AI education with industry needs. DebuggerCafe.com — Author & Consultant — 2020 – Present • Published 340+ tutorials on generative AI, RAG, and computer vision with reproducible code. Designed quantized CV models for low-compute environments and real-time video analysis pipelines. Key Projects • Multimodal AI Library: Integrated CLIP, SAM, and Molmo for NLP-guided image segmentation. • Local RAG System: Built a Python-based Q&A tool using Sentence Transformers + Phi and custom vector search. • Vision Transformers Library: Created pip-installable ViT/Swin/DETR implementations. • Object Detection Toolkit: Developed modular training scripts for Faster RCNN (PyTorch). Education B.Tech, Information Technology — 2016-2020 — CGPA: 8.61/10Technical Presence • 340+ Articles on LLMs, VLMs, generative AI, and deep learning (DebuggerCafe.com). • Open Source: GitHub repositories for RAG, vision transformers, and AI tools. - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +350 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Sovit Resume
3
- emoji: 💻
4
- colorFrom: red
5
- colorTo: purple
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: sovit-resume
3
+ emoji: 🐳
4
+ colorFrom: purple
5
+ colorTo: pink
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,350 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Sovit Ranjan Rath - AI Engineer Resume</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <script>
10
+ tailwind.config = {
11
+ theme: {
12
+ extend: {
13
+ colors: {
14
+ primary: '#FF7D33',
15
+ dark: '#1A1A1A',
16
+ light: '#F5F5F5'
17
+ }
18
+ }
19
+ }
20
+ }
21
+ </script>
22
+ <style>
23
+ .section-divider {
24
+ position: relative;
25
+ height: 80px;
26
+ overflow: hidden;
27
+ }
28
+ .section-divider svg {
29
+ position: absolute;
30
+ top: 0;
31
+ left: 0;
32
+ width: 100%;
33
+ height: 100%;
34
+ }
35
+ .skill-badge {
36
+ transition: all 0.3s ease;
37
+ }
38
+ .skill-badge:hover {
39
+ transform: translateY(-3px);
40
+ box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
41
+ }
42
+ .timeline-item:before {
43
+ content: '';
44
+ position: absolute;
45
+ left: -38px;
46
+ top: 0;
47
+ width: 16px;
48
+ height: 16px;
49
+ border-radius: 50%;
50
+ background-color: #FF7D33;
51
+ border: 3px solid #1A1A1A;
52
+ }
53
+ @media (max-width: 768px) {
54
+ .timeline-item:before {
55
+ left: -28px;
56
+ }
57
+ }
58
+ </style>
59
+ </head>
60
+ <body class="bg-light text-dark font-sans">
61
+ <!-- Header Section -->
62
+ <header class="bg-dark text-white py-12">
63
+ <div class="container mx-auto px-6 md:px-12 flex flex-col md:flex-row items-center">
64
+ <div class="md:w-1/2 mb-8 md:mb-0">
65
+ <h1 class="text-4xl md:text-5xl font-bold mb-2">Sovit Ranjan Rath</h1>
66
+ <h2 class="text-2xl md:text-3xl text-primary font-semibold mb-4">Generative AI & Computer Vision Engineer</h2>
67
+ <p class="text-lg mb-6">Bridging cutting-edge AI research with real-world applications through technical leadership and education.</p>
68
+ <div class="flex flex-wrap gap-4">
69
+ <a href="mailto:[email protected]" class="flex items-center text-white hover:text-primary transition">
70
+ <i class="fas fa-envelope mr-2"></i> [email protected]
71
+ </a>
72
+ <a href="tel:+919439678558" class="flex items-center text-white hover:text-primary transition">
73
+ <i class="fas fa-phone mr-2"></i> +91 9439678558
74
+ </a>
75
+ </div>
76
+ </div>
77
+ <div class="md:w-1/2 flex justify-center md:justify-end">
78
+ <div class="bg-primary p-1 rounded-full">
79
+ <div class="bg-dark p-1 rounded-full">
80
+ <img src="https://via.placeholder.com/250x250" alt="Profile Photo" class="rounded-full w-48 h-48 md:w-64 md:h-64 object-cover border-4 border-primary">
81
+ </div>
82
+ </div>
83
+ </div>
84
+ </div>
85
+ </header>
86
+
87
+ <!-- Social Links -->
88
+ <div class="bg-primary py-4">
89
+ <div class="container mx-auto px-6 md:px-12">
90
+ <div class="flex justify-center gap-6">
91
+ <a href="https://debuggercafe.com" target="_blank" class="text-white hover:text-dark transition transform hover:scale-110">
92
+ <i class="fas fa-globe text-2xl"></i>
93
+ </a>
94
+ <a href="https://github.com" target="_blank" class="text-white hover:text-dark transition transform hover:scale-110">
95
+ <i class="fab fa-github text-2xl"></i>
96
+ </a>
97
+ <a href="https://linkedin.com" target="_blank" class="text-white hover:text-dark transition transform hover:scale-110">
98
+ <i class="fab fa-linkedin-in text-2xl"></i>
99
+ </a>
100
+ </div>
101
+ </div>
102
+ </div>
103
+
104
+ <!-- Main Content -->
105
+ <main class="container mx-auto px-6 md:px-12 py-12">
106
+ <!-- Professional Summary -->
107
+ <section class="mb-16">
108
+ <h2 class="text-3xl font-bold mb-6 relative inline-block">
109
+ <span class="relative z-10">Professional Summary</span>
110
+ <span class="absolute bottom-0 left-0 w-full h-2 bg-primary opacity-30 z-0"></span>
111
+ </h2>
112
+ <div class="bg-white rounded-lg shadow-lg p-6">
113
+ <p class="text-lg leading-relaxed">
114
+ Generative AI & Computer Vision Engineer with 2+ years of experience building multimodal AI systems (LLMs/VLMs, RAG) and 3 years experience in Deep Learning based computer vision. Authored 340+ technical articles and courses bridging cutting-edge research with real-world applications. Passionate about deploying generative AI to accelerate creative workflows in gaming.
115
+ </p>
116
+ </div>
117
+ </section>
118
+
119
+ <!-- Core Skills -->
120
+ <section class="mb-16">
121
+ <h2 class="text-3xl font-bold mb-6 relative inline-block">
122
+ <span class="relative z-10">Core Skills</span>
123
+ <span class="absolute bottom-0 left-0 w-full h-2 bg-primary opacity-30 z-0"></span>
124
+ </h2>
125
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4">
126
+ <!-- Skill Category 1 -->
127
+ <div class="bg-white rounded-lg shadow-lg p-6">
128
+ <h3 class="text-xl font-semibold mb-4 text-primary">Generative AI</h3>
129
+ <div class="flex flex-wrap gap-2">
130
+ <span class="skill-badge bg-dark text-white px-3 py-1 rounded-full text-sm">LLMs (Phi, Whisper)</span>
131
+ <span class="skill-badge bg-dark text-white px-3 py-1 rounded-full text-sm">Vision-Language Models</span>
132
+ <span class="skill-badge bg-dark text-white px-3 py-1 rounded-full text-sm">RAG Systems</span>
133
+ <span class="skill-badge bg-dark text-white px-3 py-1 rounded-full text-sm">Image Generation</span>
134
+ </div>
135
+ </div>
136
+
137
+ <!-- Skill Category 2 -->
138
+ <div class="bg-white rounded-lg shadow-lg p-6">
139
+ <h3 class="text-xl font-semibold mb-4 text-primary">Frameworks</h3>
140
+ <div class="flex flex-wrap gap-2">
141
+ <span class="skill-badge bg-dark text-white px-3 py-1 rounded-full text-sm">PyTorch</span>
142
+ <span class="skill-badge bg-dark text-white px-3 py-1 rounded-full text-sm">TensorFlow</span>
143
+ <span class="skill-badge bg-dark text-white px-3 py-1 rounded-full text-sm">Hugging Face</span>
144
+ <span class="skill-badge bg-dark text-white px-3 py-1 rounded-full text-sm">LangChain</span>
145
+ <span class="skill-badge bg-dark text-white px-3 py-1 rounded-full text-sm">ONNX</span>
146
+ </div>
147
+ </div>
148
+
149
+ <!-- Skill Category 3 -->
150
+ <div class="bg-white rounded-lg shadow-lg p-6">
151
+ <h3 class="text-xl font-semibold mb-4 text-primary">Technical Domains</h3>
152
+ <div class="flex flex-wrap gap-2">
153
+ <span class="skill-badge bg-dark text-white px-3 py-1 rounded-full text-sm">Multimodal AI</span>
154
+ <span class="skill-badge bg-dark text-white px-3 py-1 rounded-full text-sm">Computer Vision</span>
155
+ <span class="skill-badge bg-dark text-white px-3 py-1 rounded-full text-sm">Model Optimization</span>
156
+ <span class="skill-badge bg-dark text-white px-3 py-1 rounded-full text-sm">Agentic Workflows</span>
157
+ </div>
158
+ </div>
159
+ </div>
160
+ </section>
161
+
162
+ <!-- Professional Experience -->
163
+ <section class="mb-16">
164
+ <h2 class="text-3xl font-bold mb-6 relative inline-block">
165
+ <span class="relative z-10">Professional Experience</span>
166
+ <span class="absolute bottom-0 left-0 w-full h-2 bg-primary opacity-30 z-0"></span>
167
+ </h2>
168
+
169
+ <div class="relative pl-12 border-l-2 border-primary">
170
+ <!-- Experience 1 -->
171
+ <div class="timeline-item relative mb-10">
172
+ <div class="bg-white rounded-lg shadow-lg p-6">
173
+ <div class="flex flex-col md:flex-row justify-between mb-4">
174
+ <h3 class="text-xl font-bold">Indegene — Lead SWE (GenAI & LLMs)</h3>
175
+ <span class="text-primary font-semibold">Apr 2025 – Present</span>
176
+ </div>
177
+ <ul class="list-disc pl-5 space-y-2">
178
+ <li>Slashed API costs by 98.2% by optimizing in-memory context from 2M to 36k tokens.</li>
179
+ <li>Architected an agentic workflow enabling code execution and dynamic UI visualization (graphs/charts) for healthcare solutions.</li>
180
+ <li>Built tools for real-time data interaction using generative AI.</li>
181
+ <li>Built MCP (Model Context Protocol) server for Excel reasoning integrated with GPT and Claude APIs.</li>
182
+ <li>Converted existing FastAPI server architecture to MCP server for enhanced AI agent capabilities.</li>
183
+ </ul>
184
+ </div>
185
+ </div>
186
+
187
+ <!-- Experience 2 -->
188
+ <div class="timeline-item relative mb-10">
189
+ <div class="bg-white rounded-lg shadow-lg p-6">
190
+ <div class="flex flex-col md:flex-row justify-between mb-4">
191
+ <h3 class="text-xl font-bold">OpenCV University — Technical Lead, AI Education</h3>
192
+ <span class="text-primary font-semibold">Feb 2021 – Apr 2025</span>
193
+ </div>
194
+ <ul class="list-disc pl-5 space-y-2">
195
+ <li>Led development of 4+ courses on deep learning and computer vision, used by developers and engineers globally.</li>
196
+ <li>Engineered multimodal RAG pipelines (text/vision/audio) and demo apps for CLIP-based semantic search and Whisper transcription.</li>
197
+ <li>Collaborated with product/marketing teams to align AI education with industry needs.</li>
198
+ </ul>
199
+ </div>
200
+ </div>
201
+
202
+ <!-- Experience 3 -->
203
+ <div class="timeline-item relative">
204
+ <div class="bg-white rounded-lg shadow-lg p-6">
205
+ <div class="flex flex-col md:flex-row justify-between mb-4">
206
+ <h3 class="text-xl font-bold">DebuggerCafe.com — Author & Consultant</h3>
207
+ <span class="text-primary font-semibold">2020 – Present</span>
208
+ </div>
209
+ <ul class="list-disc pl-5 space-y-2">
210
+ <li>Published 340+ tutorials on generative AI, RAG, and computer vision with reproducible code.</li>
211
+ <li>Designed quantized CV models for low-compute environments and real-time video analysis pipelines.</li>
212
+ </ul>
213
+ </div>
214
+ </div>
215
+ </div>
216
+ </section>
217
+
218
+ <!-- Key Projects -->
219
+ <section class="mb-16">
220
+ <h2 class="text-3xl font-bold mb-6 relative inline-block">
221
+ <span class="relative z-10">Key Projects</span>
222
+ <span class="absolute bottom-0 left-0 w-full h-2 bg-primary opacity-30 z-0"></span>
223
+ </h2>
224
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
225
+ <!-- Project 1 -->
226
+ <div class="bg-white rounded-lg shadow-lg overflow-hidden">
227
+ <div class="bg-primary text-white p-4">
228
+ <h3 class="text-xl font-bold">Multimodal AI Library</h3>
229
+ </div>
230
+ <div class="p-6">
231
+ <p>Integrated CLIP, SAM, and Molmo for NLP-guided image segmentation.</p>
232
+ </div>
233
+ </div>
234
+
235
+ <!-- Project 2 -->
236
+ <div class="bg-white rounded-lg shadow-lg overflow-hidden">
237
+ <div class="bg-primary text-white p-4">
238
+ <h3 class="text-xl font-bold">Local RAG System</h3>
239
+ </div>
240
+ <div class="p-6">
241
+ <p>Built a Python-based Q&A tool using Sentence Transformers + Phi and custom vector search.</p>
242
+ </div>
243
+ </div>
244
+
245
+ <!-- Project 3 -->
246
+ <div class="bg-white rounded-lg shadow-lg overflow-hidden">
247
+ <div class="bg-primary text-white p-4">
248
+ <h3 class="text-xl font-bold">Vision Transformers Library</h3>
249
+ </div>
250
+ <div class="p-6">
251
+ <p>Created pip-installable ViT/Swin/DETR implementations.</p>
252
+ </div>
253
+ </div>
254
+
255
+ <!-- Project 4 -->
256
+ <div class="bg-white rounded-lg shadow-lg overflow-hidden">
257
+ <div class="bg-primary text-white p-4">
258
+ <h3 class="text-xl font-bold">Object Detection Toolkit</h3>
259
+ </div>
260
+ <div class="p-6">
261
+ <p>Developed modular training scripts for Faster RCNN (PyTorch).</p>
262
+ </div>
263
+ </div>
264
+ </div>
265
+ </section>
266
+
267
+ <!-- Education -->
268
+ <section class="mb-16">
269
+ <h2 class="text-3xl font-bold mb-6 relative inline-block">
270
+ <span class="relative z-10">Education</span>
271
+ <span class="absolute bottom-0 left-0 w-full h-2 bg-primary opacity-30 z-0"></span>
272
+ </h2>
273
+ <div class="bg-white rounded-lg shadow-lg p-6">
274
+ <div class="flex flex-col md:flex-row justify-between items-start md:items-center">
275
+ <div>
276
+ <h3 class="text-xl font-bold">B.Tech, Information Technology</h3>
277
+ <p class="text-gray-600">2016-2020</p>
278
+ </div>
279
+ <div class="mt-2 md:mt-0">
280
+ <span class="bg-primary text-white px-4 py-2 rounded-full font-semibold">CGPA: 8.61/10</span>
281
+ </div>
282
+ </div>
283
+ </div>
284
+ </section>
285
+
286
+ <!-- Technical Presence -->
287
+ <section>
288
+ <h2 class="text-3xl font-bold mb-6 relative inline-block">
289
+ <span class="relative z-10">Technical Presence</span>
290
+ <span class="absolute bottom-0 left-0 w-full h-2 bg-primary opacity-30 z-0"></span>
291
+ </h2>
292
+ <div class="bg-white rounded-lg shadow-lg p-6">
293
+ <ul class="list-disc pl-5 space-y-2">
294
+ <li>340+ Articles on LLMs, VLMs, generative AI, and deep learning (DebuggerCafe.com).</li>
295
+ <li>Open Source: GitHub repositories for RAG, vision transformers, and AI tools.</li>
296
+ </ul>
297
+ </div>
298
+ </section>
299
+ </main>
300
+
301
+ <!-- Footer -->
302
+ <footer class="bg-dark text-white py-8">
303
+ <div class="container mx-auto px-6 md:px-12">
304
+ <div class="flex flex-col md:flex-row justify-between items-center">
305
+ <div class="mb-4 md:mb-0">
306
+ <h2 class="text-2xl font-bold">Sovit Ranjan Rath</h2>
307
+ <p class="text-primary">Generative AI & Computer Vision Engineer</p>
308
+ </div>
309
+ <div class="flex space-x-6">
310
+ <a href="https://debuggercafe.com" target="_blank" class="text-white hover:text-primary transition">
311
+ <i class="fas fa-globe text-xl"></i>
312
+ </a>
313
+ <a href="https://github.com" target="_blank" class="text-white hover:text-primary transition">
314
+ <i class="fab fa-github text-xl"></i>
315
+ </a>
316
+ <a href="https://linkedin.com" target="_blank" class="text-white hover:text-primary transition">
317
+ <i class="fab fa-linkedin-in text-xl"></i>
318
+ </a>
319
+ </div>
320
+ </div>
321
+ <div class="mt-8 text-center text-gray-400">
322
+ <p>&copy; 2023 Sovit Ranjan Rath. All rights reserved.</p>
323
+ </div>
324
+ </div>
325
+ </footer>
326
+
327
+ <script>
328
+ // Simple animation for skill badges on scroll
329
+ document.addEventListener('DOMContentLoaded', function() {
330
+ const skillBadges = document.querySelectorAll('.skill-badge');
331
+
332
+ const observer = new IntersectionObserver((entries) => {
333
+ entries.forEach(entry => {
334
+ if (entry.isIntersecting) {
335
+ entry.target.style.opacity = '1';
336
+ entry.target.style.transform = 'translateY(0)';
337
+ }
338
+ });
339
+ }, { threshold: 0.1 });
340
+
341
+ skillBadges.forEach(badge => {
342
+ badge.style.opacity = '0';
343
+ badge.style.transform = 'translateY(20px)';
344
+ badge.style.transition = 'opacity 0.5s ease, transform 0.5s ease';
345
+ observer.observe(badge);
346
+ });
347
+ });
348
+ </script>
349
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=sovitrath/sovit-resume" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
350
+ </html>