Skip to content

Commit 7bd95c2

Browse files
authored
Add files via upload
1 parent 7a31f8f commit 7bd95c2

5 files changed

Lines changed: 1582 additions & 0 deletions

File tree

resume/conviction.html

Lines changed: 383 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,383 @@
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>Vedant Madane - Resume</title>
7+
<style>
8+
@page {
9+
size: A4;
10+
margin: 0;
11+
}
12+
13+
* {
14+
margin: 0;
15+
padding: 0;
16+
box-sizing: border-box;
17+
}
18+
19+
body {
20+
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
21+
line-height: 1.5;
22+
color: #333;
23+
background: white;
24+
}
25+
26+
.container {
27+
max-width: 210mm;
28+
margin: 0 auto;
29+
background: white;
30+
padding: 15mm 12mm;
31+
}
32+
33+
.header {
34+
display: flex;
35+
align-items: center;
36+
gap: 20px;
37+
margin-bottom: 20px;
38+
border-bottom: 3px solid #2c3e50;
39+
padding-bottom: 15px;
40+
}
41+
42+
.profile-img {
43+
width: 100px;
44+
height: 100px;
45+
border-radius: 50%;
46+
object-fit: cover;
47+
border: 3px solid #2c3e50;
48+
}
49+
50+
.header-content {
51+
flex: 1;
52+
}
53+
54+
h1 {
55+
color: #2c3e50;
56+
font-size: 28px;
57+
margin-bottom: 5px;
58+
font-weight: 700;
59+
text-transform: lowercase;
60+
}
61+
62+
.subtitle {
63+
color: #555;
64+
font-size: 16px;
65+
margin-bottom: 8px;
66+
font-weight: 500;
67+
}
68+
69+
.contact-info {
70+
font-size: 11px;
71+
color: #666;
72+
line-height: 1.6;
73+
}
74+
75+
.contact-info a {
76+
color: #2980b9;
77+
text-decoration: none;
78+
}
79+
80+
h2 {
81+
color: #2c3e50;
82+
font-size: 16px;
83+
margin-top: 18px;
84+
margin-bottom: 8px;
85+
border-bottom: 2px solid #3498db;
86+
padding-bottom: 4px;
87+
font-weight: 700;
88+
}
89+
90+
h3 {
91+
color: #2c3e50;
92+
font-size: 13px;
93+
margin-top: 12px;
94+
margin-bottom: 3px;
95+
font-weight: 600;
96+
}
97+
98+
.job-header {
99+
display: flex;
100+
justify-content: space-between;
101+
align-items: baseline;
102+
margin-bottom: 2px;
103+
}
104+
105+
.company {
106+
color: #555;
107+
font-size: 11px;
108+
font-style: italic;
109+
margin-bottom: 8px;
110+
}
111+
112+
.date {
113+
color: #777;
114+
font-size: 10px;
115+
font-style: italic;
116+
}
117+
118+
.role-group {
119+
margin-bottom: 15px;
120+
}
121+
122+
.role-title {
123+
color: #2c3e50;
124+
font-size: 12px;
125+
font-weight: 600;
126+
margin-bottom: 2px;
127+
}
128+
129+
p, ul {
130+
font-size: 11px;
131+
margin-bottom: 8px;
132+
}
133+
134+
ul {
135+
margin-left: 18px;
136+
}
137+
138+
li {
139+
margin-bottom: 4px;
140+
}
141+
142+
.summary {
143+
text-align: justify;
144+
color: #444;
145+
}
146+
147+
.skills-grid {
148+
display: grid;
149+
grid-template-columns: 1fr 1fr;
150+
gap: 8px;
151+
font-size: 11px;
152+
}
153+
154+
.skill-item {
155+
display: flex;
156+
}
157+
158+
.skill-label {
159+
font-weight: 600;
160+
color: #2c3e50;
161+
min-width: 140px;
162+
}
163+
164+
.skill-value {
165+
color: #555;
166+
}
167+
168+
.project-box {
169+
background: #f8f9fa;
170+
padding: 10px;
171+
border-left: 3px solid #3498db;
172+
margin-bottom: 10px;
173+
}
174+
175+
.project-title {
176+
font-weight: 600;
177+
color: #2c3e50;
178+
font-size: 12px;
179+
margin-bottom: 3px;
180+
}
181+
182+
.project-subtitle {
183+
font-style: italic;
184+
color: #666;
185+
font-size: 10px;
186+
margin-bottom: 5px;
187+
}
188+
189+
.achievement-item {
190+
margin-bottom: 4px;
191+
padding-left: 15px;
192+
position: relative;
193+
}
194+
195+
.achievement-item:before {
196+
content: "✓";
197+
position: absolute;
198+
left: 0;
199+
color: #27ae60;
200+
font-weight: bold;
201+
}
202+
203+
@media print {
204+
body {
205+
-webkit-print-color-adjust: exact;
206+
print-color-adjust: exact;
207+
}
208+
209+
.container {
210+
padding: 10mm 8mm;
211+
}
212+
}
213+
</style>
214+
</head>
215+
<body>
216+
<div class="container">
217+
<div class="header">
218+
<img src="pic.jpg" class="profile-img" alt="vedant madane">
219+
<div class="header-content">
220+
<h1>VEDANT MADANE</h1>
221+
<div class="subtitle">Senior NLP Engineer & Generative AI Specialist</div>
222+
<div class="contact-info">
223+
<strong>Email:</strong> vedantnm@gmail.com | <strong>Location:</strong> Andheri, Mumbai | <strong>Phone:</strong> +91 9321761271<br>
224+
<strong>Portfolio:</strong> <a href="https://vedantmadane.github.io">vedantmadane.github.io</a>
225+
</div>
226+
</div>
227+
</div>
228+
229+
<h2>PROFESSIONAL SUMMARY</h2>
230+
<p class="summary">Senior NLP Engineer and Generative AI Specialist with <strong>4+ years of production-level experience</strong> in developing and deploying Large Language Models, advanced RAG systems, and enterprise-grade generative AI applications. Expert in applying NLP techniques including text classification, summarization, information retrieval, knowledge extraction, and conversational AI using both traditional ML and generative AI approaches. Proven expertise in LLM fine-tuning, VDB optimization, prompt engineering, and scaling AI solutions on cloud infrastructure. Strong background in analyzing large-scale datasets and developing end-to-end ML/DL pipelines from conception to production deployment.</p>
231+
232+
<h2>PROFESSIONAL EXPERIENCE</h2>
233+
234+
<div class="company"><strong>Maharashtra Knowledge Corporation Limited</strong> | Aug 2021 - Present</div>
235+
236+
<div class="role-group">
237+
<div class="job-header">
238+
<div class="role-title">Senior Porject Associate -2 | Generative AI & NLP</div>
239+
<span class="date">Aug 2024 - Present</span>
240+
</div>
241+
<ul>
242+
<li>Lead architect for <strong>enterprise-grade generative AI applications</strong>, implementing advanced RAG systems with optimized vector databases (Pinecone, ChromaDB) and custom LLM fine-tuning pipelines achieving 35% improvement in user engagement</li>
243+
<li>Developed and deployed <strong>production-level conversational AI chatbots</strong> using transformer architectures (BERT, GPT, T5) with semantic matching algorithms to intelligently recommend 250+ courses through natural language understanding of candidate profiles</li>
244+
<li>Designed <strong>enterprise search solutions</strong> leveraging retrieval-augmented generation for knowledge base querying, enabling data-driven insights for investors and stakeholders</li>
245+
<li>Built <strong>custom prompt engineering frameworks</strong> and implemented LLM evaluation metrics, reducing inference latency by 40% while maintaining output quality</li>
246+
<li>Led cross-functional AI initiatives integrating NLP-driven sentiment analysis and intent classification to support business development and customer acquisition strategies</li>
247+
</ul>
248+
</div>
249+
250+
<div class="role-group">
251+
<div class="job-header">
252+
<div class="role-title">Senior Project Associate -1 | Worked on NLP & Document Intelligence</div>
253+
<span class="date">Aug 2023 - Jul 2024</span>
254+
</div>
255+
<ul>
256+
<li><strong>Architected AI-Powered Marksheet Verification System</strong>: End-to-end NLP solution processing 100,000+ documents with 94% accuracy using transformer-based classification models
257+
<ul style="margin-top: 3px;">
258+
<li>Implemented intelligent OCR with <strong>Named Entity Recognition (NER)</strong> for automatic extraction and structuring of student data, grades, and institutional information</li>
259+
<li>Built <strong>semantic similarity validation system</strong> cross-referencing extracted data against official university records with automated anomaly detection</li>
260+
<li>Designed natural language query interface for flexible result generation and reporting</li>
261+
</ul>
262+
</li>
263+
<li>Engineered <strong>multi-modal document understanding pipeline</strong> combining computer vision (LayoutLM) and NLP for certificate authentication, text extraction, and security feature detection</li>
264+
<li>Developed production-ready <strong>information extraction systems</strong> for structured data parsing from unstructured educational documents at scale</li>
265+
<li>Implemented face recognition and liveness detection systems using deep learning for enhanced authentication security</li>
266+
</ul>
267+
</div>
268+
269+
<div class="role-group">
270+
<div class="job-header">
271+
<div class="role-title">Project Associate | Worked on Natural Language Understanding (NLU) and Document Extraction</div>
272+
<span class="date">Aug 2022 - Jul 2023</span>
273+
</div>
274+
<ul>
275+
<li><strong>Built Autonomous Log Analyzer & Incident Predictor</strong>: Offline, open-source AI system for intelligent log analysis and proactive issue prediction
276+
<ul style="margin-top: 3px;">
277+
<li>Developed <strong>log parsing and normalization engine</strong> handling both structured (JSON) and unstructured (text) formats with robust data cleaning pipeline</li>
278+
<li>Implemented <strong>unsupervised anomaly detection</strong> using clustering algorithms and statistical methods for real-time issue identification</li>
279+
<li>Integrated <strong>local LLMs (Llama, GPT4All)</strong> for log summarization and natural language explanation generation without external API dependencies</li>
280+
<li>Created feedback loop mechanism enabling continuous model improvement through user interactions</li>
281+
<li>Built CLI interface supporting end-to-end workflow: ingestion → detection → explanation → feedback with HTML/text output</li>
282+
</ul>
283+
</li>
284+
<li>Designed and trained <strong>transformer-based models</strong> (BERT, DistilBERT, RoBERTa) for text classification, question answering, and business forecasting applications</li>
285+
<li>Built <strong>scalable NLP pipelines</strong> incorporating tokenization, embedding generation (Word2Vec, FastText, ELMO), feature engineering, and hyperparameter optimization</li>
286+
<li>Deployed production NLP models to <strong>AWS and Azure cloud infrastructure</strong> using Docker containers and CI/CD practices, ensuring 99.9% uptime and efficient resource utilization</li>
287+
</ul>
288+
</div>
289+
290+
<div class="role-group">
291+
<div class="job-header">
292+
<div class="role-title">Project Trainee | Worked on NLP & Analytics</div>
293+
<span class="date">Aug 2021 - Jul 2022</span>
294+
</div>
295+
<ul>
296+
<li>Developed <strong>sentiment analysis and text classification models</strong> using BERT and DistilBERT for analyzing 50,000+ user feedback samples, providing actionable insights for UX improvements</li>
297+
<li>Built <strong>automated text analytics workflows</strong> generating comprehensive NLP-driven reports on user engagement patterns, content trends, and behavioral analysis</li>
298+
<li>Implemented <strong>multilingual text extraction systems</strong> using Tesseract OCR with language detection models for ID verification applications</li>
299+
<li>Applied <strong>topic modeling (LDA) and semantic analysis</strong> to educational content, improving recommendation system accuracy by 28%</li>
300+
<li>Developed data scraping architectures to extract and organize information from external sources for generating business insights</li>
301+
</ul>
302+
</div>
303+
304+
<h2>KEY PROJECTS</h2>
305+
306+
<div class="project-box">
307+
<div class="project-title">AI-Powered Marksheet Verification System</div>
308+
<div class="project-subtitle">Enterprise Document Intelligence Solution</div>
309+
<ul style="margin-top: 5px; margin-bottom: 5px;">
310+
<li>Production-grade NLP system for automated academic document verification and validation</li>
311+
<li><strong>Technologies:</strong> BERT, LayoutLM, Tesseract OCR, NER, Semantic Similarity, Anomaly Detection</li>
312+
<li><strong>Impact:</strong> 90% reduction in manual verification time, 94% accuracy, scalable to 100,000+ documents</li>
313+
</ul>
314+
</div>
315+
316+
<div class="project-box">
317+
<div class="project-title">Autonomous Log Analyzer & Incident Predictor</div>
318+
<div class="project-subtitle">Offline Generative AI System for Predictive Maintenance</div>
319+
<ul style="margin-top: 5px; margin-bottom: 5px;">
320+
<li>Open-source AI tool with local LLM integration for intelligent log analysis and proactive issue prediction</li>
321+
<li><strong>Technologies:</strong> Local LLMs (Llama/GPT4All), Unsupervised ML, Clustering, Pattern Recognition</li>
322+
<li><strong>Impact:</strong> Fully offline solution with real-time anomaly detection and natural language explanations</li>
323+
</ul>
324+
</div>
325+
326+
<h2>TECHNICAL SKILLS</h2>
327+
328+
<div class="skills-grid">
329+
<div class="skill-item">
330+
<span class="skill-label">Generative AI & LLMs:</span>
331+
<span class="skill-value">GPT, BERT, T5, LLaMA, RAG, Vector Databases, Fine-tuning, Prompt Engineering, LLM Evaluation</span>
332+
</div>
333+
<div class="skill-item">
334+
<span class="skill-label">NLP Techniques:</span>
335+
<span class="skill-value">Text Classification, Summarization, Q&A, Information Retrieval, NER, Sentiment Analysis, Topic Modeling</span>
336+
</div>
337+
<div class="skill-item">
338+
<span class="skill-label">NLP Algorithms:</span>
339+
<span class="skill-value">Transformers, Word2Vec, FastText, ELMO, NLU, NLG, Semantic Search</span>
340+
</div>
341+
<div class="skill-item">
342+
<span class="skill-label">ML/DL Frameworks:</span>
343+
<span class="skill-value">PyTorch, TensorFlow, HuggingFace Transformers, spaCy, NLTK, Scikit-learn, LangChain</span>
344+
</div>
345+
<div class="skill-item">
346+
<span class="skill-label">Programming:</span>
347+
<span class="skill-value">Python (Expert), SQL, JavaScript, C++</span>
348+
</div>
349+
<div class="skill-item">
350+
<span class="skill-label">Data Processing:</span>
351+
<span class="skill-value">Pandas, NumPy, Data Scraping, Large-scale Data Analysis</span>
352+
</div>
353+
<div class="skill-item">
354+
<span class="skill-label">Cloud & DevOps:</span>
355+
<span class="skill-value">AWS (SageMaker, S3, Lambda), Azure ML, Docker, FastAPI, Flask, CI/CD</span>
356+
</div>
357+
<div class="skill-item">
358+
<span class="skill-label">Vector Databases:</span>
359+
<span class="skill-value">Pinecone, ChromaDB, FAISS</span>
360+
</div>
361+
</div>
362+
363+
<h2>EDUCATION & CERTIFICATIONS</h2>
364+
365+
<div class="job-header">
366+
<h3>Bachelor of Engineering - Electronics and Telecommunication</h3>
367+
<span class="date">Graduated June 2021</span>
368+
</div>
369+
<div class="company">University of Mumbai | CGPI: 7.49</div>
370+
371+
<p style="margin-top: 8px;"><strong>Copyright Registration (2023)</strong> - Programs for Sentiment Analysis and NLP Tasks</p>
372+
373+
<h2>KEY ACHIEVEMENTS</h2>
374+
375+
<div class="achievement-item">4+ years specialized experience in NLP, ML, DL with 1+ year in production-level generative AI application development</div>
376+
<div class="achievement-item">Successfully deployed enterprise-grade LLM applications and RAG systems serving 100,000+ users with 99.9% uptime</div>
377+
<div class="achievement-item">Deep theoretical and hands-on expertise in NLU, NLP, NLG, and state-of-the-art transformer architectures</div>
378+
<div class="achievement-item">Proven ability in developing end-to-end NLP/ML/DL/GenAI solutions with focus on data quality, scalability, and deployment best practices</div>
379+
<div class="achievement-item">Experience analyzing large-scale user-generated content and process data in cloud environments</div>
380+
<div class="achievement-item">Strong communication skills with ability to convey complex technical concepts to diverse stakeholders</div>
381+
</div>
382+
</body>
383+
</html>

0 commit comments

Comments
 (0)