-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathme.json
More file actions
426 lines (426 loc) · 13 KB
/
Copy pathme.json
File metadata and controls
426 lines (426 loc) · 13 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
{
"personal": {
"name": "SESHANAGOTTU VENKATA SUJITH PRAVEEN",
"email": "svspraveens@gmail.com",
"phone": "+91 8332816876",
"linkedin": "linkedin.com/in/svs-praveen-s",
"github": "github.com/SVSPraveen",
"portfolio": "svspraveen.vercel.app",
"location": "Mumbai, India",
"summary": "AI/ML Engineer specializing in production AI systems, Agentic AI, and Retrieval-Augmented Generation (RAG). Experienced in designing end-to-end LLM applications, multi-agent orchestration, hybrid search, workflow automation, and scalable backend services using Python, FastAPI, React, and modern AI infrastructure. Built and shipped production-oriented AI solutions spanning healthcare (RespiRAG) and autonomous job-search automation (SPrav\u2122 Job AI) \u2014 including a publicly deployed, downloadable AI product with 28,700+ tracked job sources."
},
"work_history": [
{
"id": "work_1",
"company": "MobcoderAI",
"role": "AI/ML Engineer Intern",
"employment_type": "internship",
"start_date": "2026-04-01",
"end_date": "2026-07-31",
"in_progress": false,
"last_reviewed": "2025-01-01",
"bullets": [
{
"id": "bullet_1",
"text": "Built a hybrid BM25 + dense-vector retrieval pipeline with Reciprocal Rank Fusion and Cross-Encoder re-ranking on Qdrant Cloud for SEC 10-K/10-Q filing search across 4 companies, adding a semantic cache (cosine similarity \u2265 0.92) that served repeat queries with zero added LLM latency.",
"metric_verified": "self_reported",
"ats_keywords": [
"BM25",
"Reciprocal Rank Fusion",
"Cross-Encoder re-ranking",
"Qdrant Cloud"
],
"themes": [
"retrieval_search",
"llms_vector_databases"
]
},
{
"id": "bullet_2",
"text": "Designed a multi-agent orchestration system \u2014 6 specialized agents plus a router for intent decomposition, comparison, risk analysis, and trend queries \u2014 that dynamically routed work between Llama 3.1 8B and Llama 3.3 70B on Groq to balance cost, latency, and accuracy.",
"metric_verified": "self_reported",
"ats_keywords": [
"Multi-Agent Systems",
"Llama 3.1",
"Llama 3.3",
"Groq"
],
"themes": [
"ai_agentic_systems",
"llms_vector_databases"
]
},
{
"id": "bullet_3",
"text": "Built a deterministic, LLM-free evaluation harness (RapidFuzz) scoring Faithfulness, Groundness, Hallucination Rate, and Citation Accuracy, gating numerical claims to a 1% tolerance against source filings, tracked end-to-end in MLflow.",
"metric_verified": "self_reported",
"ats_keywords": [
"RapidFuzz",
"MLflow"
],
"themes": [
"ml_evaluation"
]
}
]
}
],
"resume_bullets": [],
"skills": {
"ai_agentic_systems": [
"LangGraph",
"LangChain",
"Agentic RAG",
"Multi-Agent Systems (Mixture-of-Experts routing)",
"Model Context Protocol (MCP)",
"Tool-Calling",
"LLMs (Llama 3.3, Qwen 2.5, DeepSeek-R1, GPT-OSS-120B)",
"LoRA Fine-tuning",
"LlamaIndex",
"Self-RAG",
"CRAG"
],
"retrieval_search": [
"Hybrid Search (BM25 + Dense)",
"Reciprocal Rank Fusion",
"Cross-Encoder Re-ranking",
"Cosine Similarity Scoring",
"Semantic Caching",
"Sentence-Transformers",
"HuggingFace Transformers"
],
"llms_vector_databases": [
"Groq",
"Ollama",
"vLLM",
"OpenAI API",
"AWS Bedrock",
"Qdrant",
"pgvector",
"Pinecone",
"MedCPT",
"DeepSeek-R1/R2",
"Qwen 2.5/3",
"Llama 3.x"
],
"ml_evaluation": [
"Scikit-learn",
"LightGBM",
"XGBoost",
"TensorFlow/Keras",
"MLflow",
"RAGAS",
"RapidFuzz",
"NDCG",
"Hallucination Detection",
"Drift Detection",
"Citation Accuracy",
"pytest"
],
"full_stack_backend": [
"FastAPI",
"REST APIs",
"React 18",
"JavaScript",
"TypeScript",
"Python",
"Playwright",
"PostgreSQL",
"MongoDB",
"SQLite",
"DuckDB",
"Redis",
"SQLAlchemy",
"Alembic",
"Pydantic",
"Docker",
"PyWebView"
],
"cloud_security": [
"AWS",
"Oracle OCI",
"GCP",
"Cloudflare Pages",
"Kubernetes",
"HIPAA",
"GDPR",
"FDA 21 CFR Part 11",
"OAuth2",
"JWT",
"AES-GCM",
"Prometheus",
"Linux",
"Git"
],
"design_product": [],
"business_operations": [],
"marketing_sales": [],
"domain_expertise": [
"Healthcare",
"AI",
"Machine Learning",
"Data Science",
"Cloud Computing",
"Security",
"Networking",
"Multi-Agent Systems",
"Retrieval-Augmented Generation"
]
},
"master_resume_path": "knowledge_base/master_resume.pdf",
"master_resume_original_filename": "SVS_Praveen_Resume.pdf",
"projects": [
{
"id": "proj_1",
"name": "SPrav\u2122 Job AI",
"tagline": "Autonomous Career Intelligence & Agentic Job-Application Platform",
"tech_stack": [
"Python",
"FastAPI",
"React 18",
"SQLite",
"Ollama",
"Groq",
"Playwright",
"PyWebView",
"Redis",
"ReportLab",
"Cloudflare Pages"
],
"start_date": "2022",
"end_date": "2026",
"in_progress": false,
"last_reviewed": "2025-01-01",
"bullets": [
{
"id": "proj_bullet_1",
"text": "Designed and shipped a local-first, multi-agent pipeline (Discovery \u2192 Extraction \u2192 Fit Scoring \u2192 Tailoring \u2192 Verification \u2192 Apply) that routes tasks across specialized models (Qwen 2.5, DeepSeek-R1, GPT-OSS-120B via Groq with a local Qwen 2.5-Coder fallback, bespoke-minicheck, nomic-embed-text) and cuts hallucinated resume claims via an automated verifier feedback loop.",
"metric_verified": "self_reported",
"ats_keywords": [
"multi-agent pipeline",
"Qwen 2.5",
"DeepSeek-R1",
"GPT-OSS-120B",
"Groq"
],
"themes": [
"ai_agentic_systems",
"llms_vector_databases"
]
},
{
"id": "proj_bullet_2",
"text": "Built a Playwright-based auto-apply engine that submits tailored applications directly to Greenhouse, Lever, Ashby, Workday, and SmartRecruiters, enforcing 3-tier circuit breakers (per-company/per-portal/global daily caps) to keep automation within safe rate limits.",
"metric_verified": "self_reported",
"ats_keywords": [
"Playwright",
"auto-apply engine",
"Greenhouse",
"Lever",
"Ashby",
"Workday",
"SmartRecruiters"
],
"themes": [
"full_stack_backend",
"automation"
]
},
{
"id": "proj_bullet_3",
"text": "Engineered deterministic project selection, AI-generated content verification against a personal knowledge base, encrypted local credential storage (AES-GCM/XOR with a master recovery key), and hybrid Groq/Ollama inference tuned to run within an 8GB VRAM ceiling via sequential GPU thread-locking.",
"metric_verified": "self_reported",
"ats_keywords": [
"project selection",
"AI-generated content verification",
"AES-GCM",
"Groq",
"Ollama"
],
"themes": [
"full_stack_backend",
"llms_vector_databases"
]
},
{
"id": "proj_bullet_4",
"text": "Packaged and deployed the app as a portable Windows release (v2.4, ~385MB) and shipped a public landing page on Cloudflare Pages with an interactive in-browser ATS match simulator, product screenshots, and a walkthrough demo, scoring candidates against 28,700+ tracked job sources.",
"metric_verified": "self_reported",
"ats_keywords": [
"portable Windows release",
"Cloudflare Pages",
"ATS match simulator"
],
"themes": [
"full_stack_backend",
"deployment"
]
}
]
},
{
"id": "proj_2",
"name": "RespiRAG",
"tagline": "Clinical Precision AI for Oncology (NSCLC)",
"tech_stack": [
"Python",
"FastAPI",
"React 18",
"Qdrant",
"MedCPT",
"PostgreSQL",
"Redis",
"Groq",
"Docker",
"JWT"
],
"start_date": "2022",
"end_date": "2026",
"in_progress": false,
"last_reviewed": "2025-01-01",
"bullets": [
{
"id": "proj_bullet_5",
"text": "Built a governed RAG pipeline over 600+ FDA drug labels and 3,900+ pages of NCCN clinical guidelines, combining HyDE query expansion, MedCPT biomedical embeddings, Cross-Encoder re-ranking, score gating (rejecting chunks below a 0.15 relevance threshold), and an LLM-as-judge verifier to reduce hallucinations.",
"metric_verified": "self_reported",
"ats_keywords": [
"RAG pipeline",
"HyDE query expansion",
"MedCPT",
"Cross-Encoder re-ranking",
"LLM-as-judge verifier"
],
"themes": [
"retrieval_search",
"llms_vector_databases"
]
},
{
"id": "proj_bullet_6",
"text": "Implemented JWT-based RBAC across Patient/HCP/Admin roles with refresh-token rotation and Redis session revocation, guarded by a governance layer that blocks jailbreak and prompt-injection attempts.",
"metric_verified": "self_reported",
"ats_keywords": [
"JWT-based RBAC",
"refresh-token rotation",
"Redis session revocation"
],
"themes": [
"cloud_security"
]
},
{
"id": "proj_bullet_7",
"text": "Reduced redundant vector-DB and LLM calls with a Redis citation cache and multi-key Groq rotation with Ollama fallback for graceful rate limiting.",
"metric_verified": "self_reported",
"ats_keywords": [
"Redis citation cache",
"Groq rotation",
"Ollama fallback"
],
"themes": [
"llms_vector_databases"
]
},
{
"id": "proj_bullet_8",
"text": "Built a CI/CD-compatible offline evaluation harness and a document version-control system that flags superseded clinical literature.",
"metric_verified": "self_reported",
"ats_keywords": [
"CI/CD",
"offline evaluation harness",
"document version-control system"
],
"themes": [
"ml_evaluation"
]
}
]
}
],
"education": [
{
"id": "edu_1",
"institution": "Amity University",
"degree": "B.Tech, Computer Science & Engineering",
"year": "2022",
"cgpa": "7.4"
}
],
"certifications": [
{
"id": "cert_1",
"name": "Oracle OCI Multicloud Architect Professional",
"issuer": "Oracle",
"date_earned": "",
"credential_url": ""
},
{
"id": "cert_2",
"name": "OCI Networking Professional",
"issuer": "Oracle",
"date_earned": "",
"credential_url": ""
},
{
"id": "cert_3",
"name": "OCI Foundation Associate",
"issuer": "Oracle",
"date_earned": "",
"credential_url": ""
},
{
"id": "cert_4",
"name": "Google Cloud Computing Foundations",
"issuer": "Google Cloud",
"date_earned": "",
"credential_url": ""
},
{
"id": "cert_5",
"name": "Cisco Ethical Hacker",
"issuer": "Cisco",
"date_earned": "",
"credential_url": ""
},
{
"id": "cert_6",
"name": "IBM Cybersecurity Analyst",
"issuer": "IBM",
"date_earned": "",
"credential_url": ""
},
{
"id": "cert_7",
"name": "Saviynt Identity Security for AI Age",
"issuer": "Saviynt",
"date_earned": "",
"credential_url": ""
}
],
"github_projects": [
{
"id": "github_proj_1",
"name": "SPrav-Job-AI",
"url": "github.com/SVSPraveen/SPrav-Job-AI"
},
{
"id": "github_proj_2",
"name": "RespiRAG",
"url": "github.com/SVSPraveen/RespiRAG"
}
],
"portfolio_projects": [
{
"id": "portfolio_proj_1",
"name": "SPrav\u2122 Job AI",
"url": "sprav-job-ai.pages.dev"
},
{
"id": "portfolio_proj_2",
"name": "RespiRAG",
"url": "pharma-spine-ai.vercel.app"
}
],
"needs_detail": [],
"pending_conflicts": []
}