-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
429 lines (261 loc) · 25.1 KB
/
resume.html
File metadata and controls
429 lines (261 loc) · 25.1 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
427
428
429
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Site Info -->
<title>Mit Patel - Resume</title>
<meta name="description" content="Mit Patel - Highly experienced and results-oriented lecturer with 7 years of expertise in educating and guiding students in mathematics, statistics, and programming. Possessing a Master's degree in Data Analytics and a strong foundation in Information Technology, I have successfully developed and delivered comprehensive curricula in core subjects such as Machine Learning, Data Analysis, and Python. Proven ability to simplify complex concepts, enhance student performance, and foster a positive learning environment. Driven to leverage my analytical, problem-solving, and programming skills, coupled with continuous upskilling in cutting-edge AI/ML technologies (including LLMs and MLOps), to contribute to innovative solutions in the Data Science domain, developing and implementing advanced machine learning models to solve complex business problems.">
<meta name="author" content="Mit Patel">
<!-- Open Graph Tags: The title of the page for social media sharing. It can match the title tag or be more descriptive. -->
<meta property="og:title" content="Mit Patel">
<!-- Open Graph Tags: Typically set to "website" for static sites or "article" for content-heavy pages. -->
<meta property="og:type" content="website">
<!-- Open Graph Tags: The URL of the page, used to ensure link previews resolve to the correct page. -->
<!-- base_url -->
<meta property="og:url" content="127.0.0.1:5500/resume.html">
<!-- Open Graph Tags: URL of an image that represents the page. Useful for link previews. -->
<!-- base_url -->
<meta property="og:image" content="127.0.0.1:5500/portfolio_media/photo_2.jpg">
<!-- Open Graph Tags: Provides an alternative text for the image to improve accessibility. -->
<meta property="og:image:alt" content="Mit Patel Profile Image">
<!-- Preconnect for Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Custom Font -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap"
rel="stylesheet">
<!-- base_url -->
<!-- Stylesheet -->
<link rel="stylesheet" href="css/modern_normalize.css" />
<link rel="stylesheet" href="css/html5bp.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/resume.css">
<!-- Set a theme color that matches your website's primary color -->
<meta name="theme-color" content="#fafafa">
<!-- Favicon for all browsers -->
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<!-- Apple touch icon for iOS devices -->
<link rel="apple-touch-icon" sizes="180x180" href="/icon.png">
<!-- Web app manifest for Progressive Web Apps -->
<link rel="manifest" href="/site.webmanifest">
<!-- Add an icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Content Security Policy: Uncomment to enhance security by restricting where content can be loaded from (useful for preventing certain attacks like XSS). Update if adding external sources (e.g., Google Fonts, Bootstrap CDN, analytics, etc). -->
<!-- <meta http-equiv="Content-Security-Policy" content=" default-src 'self'; script-src 'self' code.jquery.com; style-src 'self' fonts.googleapis.com; font-src fonts.gstatic.com; img-src 'self' images.examplecdn.com; "> -->
</head>
<body>
<header class="page-header">
<div class="container">
<div class="header-top flex-responsive">
<div class="header-info">
<!-- name -->
<h1>Mit Patel</h1>
<!-- contact -->
<address>
<ul class="inline-list flex-responsive">
<li>
<a href="mailto:patel.m9521@gmail.com">patel.m9521@gmail.com</a>
</li>
<li>Dublin, Ireland</li>
</ul>
</address>
<!-- summary -->
<p class="header-summary">Highly experienced and results-oriented lecturer with 7 years of expertise in educating and guiding students in mathematics, statistics, and programming. Possessing a Master's degree in Data Analytics and a strong foundation in Information Technology, I have successfully developed and delivered comprehensive curricula in core subjects such as Machine Learning, Data Analysis, and Python. Proven ability to simplify complex concepts, enhance student performance, and foster a positive learning environment. Driven to leverage my analytical, problem-solving, and programming skills, coupled with continuous upskilling in cutting-edge AI/ML technologies (including LLMs and MLOps), to contribute to innovative solutions in the Data Science domain, developing and implementing advanced machine learning models to solve complex business problems.</p>
</div>
</div>
</div>
</header>
<div class="page-content">
<div class="container">
<main>
<!-- work_experience -->
<section>
<h2 class="section-heading">Work Experience</h2>
<section>
<h3>
Assistant Lecturer at <a href="https://dorset.ie/">Dorset College</a>
</h3>
<p class="section-label">2022 - Present</p>
<p>Taught 300+ undergraduate students across Python, Data Analysis, Machine Learning, and Statistics, achieving 92-96% project completion rates and 88-90% course pass rates through practical, student-focused pedagogy.</p>
<ul>
<li>Designed and delivered industry-aligned curricula, regularly updating modules to reflect modern trends while ensuring accessibility for diverse academic backgrounds.</li><li>Led comprehensive Python and web development sessions using Flask, guiding students through building real applications (blog platform, banking system) covering environment setup, routing, templating, database integration with SQLAlchemy, and authentication.</li><li>Created structured project-based learning flow from theoretical foundation to hands-on implementation, integrating Git/GitHub for version control and culminating in end-to-end capstone projects that simulate real-world development workflows.</li><li>Conducted ML training sessions emphasizing classical algorithms, evaluation metrics, and real-world applications using Scikit-learn, Pandas, NumPy, and PyTorch, supporting students through guided statistical modeling projects.</li><li>Initiated cloud technology exposure through AWS Educate classes and integrated external platforms like DataCamp to enhance independent skill development beyond classroom instruction.</li><li>Mentored students on industry best practices including modular coding, documentation, reproducibility, and professional communication while promoting code clarity and testing without overwhelming beginners.</li><li>Integrated external learning platforms like DataCamp into the curriculum to support independent skill development and hands-on practice beyond classroom instruction.</li><li>Collaborated on curriculum development to ensure courses remained current and pedagogically sound. Balanced technical rigor with approachability to support both beginners and advanced learners.</li>
</ul>
</section>
<section>
<h3>
Backend Developer Intern at <a href="https://prelax.in/">Prelax InfoTech</a>
</h3>
<p class="section-label">2021 - 2021</p>
<p>Developed and maintained RESTful APIs using Flask to support Android and iOS applications, enabling secure user authentication and fast, consistent data exchange; improved API response times by 30%.</p>
<ul>
<li>Optimized SQL queries and managed MySQL databases, achieving 40-50% reduction in query execution time while improving data retrieval performance and system scalability.</li><li>Built and tested prototype e-commerce platform with recommendation engine using user behavior and purchase history to personalize suggestions, improving engagement by 25% in internal testing.</li><li>Documented backend features, API specifications, and database schemas using Swagger and Markdown, improving onboarding speed for new developers and ensuring consistent communication with front-end and QA teams.</li><li>Utilized comprehensive development toolkit including Postman for API testing, Git & GitHub for version control, and Docker for containerizing backend services for local testing and deployment simulation.</li><li>Participated in agile development processes including code reviews, sprint planning, and bug tracking while collaborating cross-functionally with front-end and product teams.</li>
</ul>
</section>
<section>
<h3>
Lecturer in Mathematics & IT at The SCIENCE Channel
</h3>
<p class="section-label">2017 - 2021</p>
<p>Designed and delivered modern curriculum for Mathematics and IT subjects, integrating digital tools like GeoGebra and Desmos to enhance visualization, interactive learning, and student engagement.</p>
<ul>
<li>Introduced students to foundational computing concepts including logic gates, binary and number system conversions, programming fundamentals, and basic networking, providing early exposure to computer science principles.</li><li>Taught essential problem-solving and algorithmic thinking, reinforcing skills that connect mathematics to real-world technology applications such as data processing, automation, and systems design.</li><li>Mentored students for competitive entrance exams (GRE, Cambridge, CAT, JEE, CET, CPT), creating structured study plans and mock exams that led to successful outcomes in higher education admissions.</li><li>Assessed student progress using diverse evaluation methods including assignments, projects, and oral reviews to ensure understanding and retention while providing individualized academic support.</li><li>Contributed to educational innovation by participating in federal proposal drafting to advocate for technology integration in mathematics education and student-centered, adaptive teaching approaches.</li>
</ul>
</section>
</section>
<!-- projects -->
<section>
<h2 class="section-heading">Projects</h2>
<section>
<h3>
<a href="https://github.com/GoJo-Rika/Network-Security-System-MLOps-Project">Network Security System - MLOps Project</a>
</h3>
<p>Built production-ready MLOps pipeline achieving automated threat detection for phishing URLs and malicious network traffic through end-to-end ML lifecycle management. Implemented modular pipeline architecture with real-time prediction API, automated data validation, and drift detection capabilities using Python, scikit-learn, FastAPI, and MLflow. Deployed scalable system on AWS with CI/CD automation via GitHub Actions, ECR containerization, and S3 storage, enabling automated model retraining and serving production traffic with experiment tracking and schema validation.</p>
</section>
<section>
<h3>
<a href="https://github.com/GoJo-Rika/PyTorch-FoodVision-Mini">End-to-End FoodVision MLOps Pipeline</a>
</h3>
<p>Developed a modular system using PyTorch and EfficientNet transfer learning, achieving 90%+ classification accuracy on pizza, steak, and sushi, with TensorBoard integrated for systematic experiment tracking. Architected and built two parallel web interfaces using both Flask and FastAPI, demonstrating framework flexibility and a clean separation of concerns. Implemented a non-blocking, asynchronous background training process with real-time status monitoring, ensuring a responsive UI and full cross-platform compatibility (CPU/CUDA/Apple Silicon).</p>
</section>
<section>
<h3>
<a href="https://github.com/GoJo-Rika/aws-sagemaker">AWS SageMaker Machine Learning Pipeline - Mobile Price Classification System</a>
</h3>
<p>Engineered an end-to-end ML pipeline on AWS SageMaker, achieving 88% prediction accuracy for mobile price classification. Architected a cloud-native solution utilizing S3 for data management, IAM for security, and SageMaker for automated model training and deployment, showcasing MLOps best practices in a production-style workflow.</p>
</section>
<section>
<h3>
<a href="https://github.com/GoJo-Rika/Text-Summarizer-Using-HuggingFace-Transformers">Text Summarizer Using HuggingFace Transformers</a>
</h3>
<p>Achieved ROUGE-optimized summarization performance by developing production-ready text summarization system processing conversational data and meeting transcripts. Implemented end-to-end ML pipeline with HuggingFace Transformers (Pegasus model), data ingestion/transformation pipelines, and fine-tuning on SAMSum dataset via Google Colab GPU. Deployed RESTful API with FastAPI, Docker containerization, Weights & Biases experiment tracking, and comprehensive logging, delivering scalable ML service with automated pipeline stages and seamless deployment capabilities.</p>
</section>
<section>
<h3>
<a href="https://github.com/GoJo-Rika/Student-Performance-Prediction-System">Student Performance Prediction System - End-to-End ML Engineering Project</a>
</h3>
<p>Achieved 90%+ prediction accuracy by developing end-to-end ML web application predicting student math scores, bridging the gap between experimental ML models and production-ready systems. Architected modular Flask application with scikit-learn pipelines, comprehensive logging, and exception handling, deploying on AWS EC2 using Elastic Beanstalk with automated model selection from 7 algorithms. Delivered production-ready ML system demonstrating ML engineering, cloud deployment, and software architecture principles for data science and full-stack development applications.</p>
</section>
<section>
<h3>
<a href="https://github.com/GoJo-Rika/financial-ai-analyst">Multi-Agent Financial AI System</a>
</h3>
<p>Reduced manual research time by 95% by building multi-agent AI system using Python, Groq AI models, and Agno framework for automated stock analysis. Orchestrated specialized AI agents with Yahoo Finance API integration and web search capabilities, implementing agent coordination patterns and task distribution algorithms. Developed interactive Streamlit interface delivering real-time market data, analyst recommendations, and sentiment analysis with comprehensive financial insights and automated report generation.</p>
</section>
<section>
<h3>
<a href="https://github.com/GoJo-Rika/video-summarizer">Video Summarizer: An Agentic AI Approach with Google Gemini</a>
</h3>
<p>Developed and architected an end-to-end multimodal AI agent for intelligent video analysis using Python, Streamlit, and Google Gemini. Engineered a robust, asynchronous data pipeline and integrated DuckDuckGo for agentic web search, creating a system that provides contextual, web-supplemented insights from video content.</p>
</section>
<section>
<h3>
<a href="https://github.com/GoJo-Rika/genai-with-aws-bedrock-lambda-apigateway">AI-Powered Blog Content Generator | AWS Serverless Architecture</a>
</h3>
<p>Built production-ready serverless API leveraging AWS Bedrock's Meta Llama 3 for automated blog content generation with scalable cloud infrastructure. Architected end-to-end serverless solution integrating Lambda functions, API Gateway, and S3 storage with comprehensive IAM security policies. Implemented robust error handling, timeout management, and logging strategies for reliable cloud service orchestration, demonstrating expertise in serverless architecture patterns, AI model integration, and scalable infrastructure design.</p>
</section>
<section>
<h3>
<a href="https://github.com/GoJo-Rika/Basic-Agents">Multi-Tier AI Agent System with Vector Database Integration</a>
</h3>
<p>Engineered multi-tier AI agent architecture implementing three progressive complexity levels from simple web-search agents to coordinated multi-agent teams for financial analysis. Integrated multiple AI models (Groq, Gemini, OpenAI) with vector database (LanceDB) for knowledge management, hybrid search capabilities, and PDF knowledge bases. Demonstrated advanced agent coordination, domain-specific expertise, and scalable agent orchestration using Python, Agno framework, and DuckDuckGo/YFinance APIs.</p>
</section>
<section>
<h3>
<a href="https://github.com/GoJo-Rika/Document-QA-Using-Gemma-Groq">Intelligent Document Q&A System with RAG Architecture</a>
</h3>
<p>Delivered sub-second query response times by developing enterprise-grade RAG application enabling natural language querying of large PDF document collections. Implemented end-to-end document processing pipeline with vector embeddings, similarity search, and context-aware response generation using Groq API (Gemma model), Google Generative AI embeddings, and FAISS vector database. Built production-ready application with optimized chunking strategies, session management, and Streamlit frontend, demonstrating expertise in AI/ML engineering and scalable vector database architecture.</p>
</section>
</section>
</main>
<!-- Sidebar Section -->
<aside>
<!-- Paste the button code here, inside a new section -->
<section>
<a href="assets/resume.pdf" download class="download-button">Download as PDF</a>
</section>
<!-- education -->
<section>
<h2 class="section-heading">Education</h2>
<section>
<h3>
<a href="https://www.dbs.ie/">Dublin Business School</a>
</h3>
<p class="section-label">Dublin, Ireland</p>
<ul class="degree-list">
Masters of Science in Data Analytics
</ul>
<p class="section-label">September 2022</p>
</section>
<section>
<h3>
<a href="https://fcrit.ac.in/">FCRIT (Vashi), Mumbai University</a>
</h3>
<p class="section-label">Mumbai, India</p>
<ul class="degree-list">
Bachelor of Engineering in Information Technology
</ul>
<p class="section-label">May 2017</p>
<p class="block">– Best Dissertation Project Award</p>
</section>
</section>
<!-- technical_skills_categorized -->
<section>
<h2 class="section-heading">Technical Skills</h2>
<div class="skill-category">
<h3 class="skill-category-title">Languages</h3>
<p class="skill-category-list">Python, SQL, R, JavaScript</p>
</div>
<div class="skill-category">
<h3 class="skill-category-title">AI & Machine Learning</h3>
<p class="skill-category-list">Scikit-learn, Pandas, PyTorch, LangChain, HuggingFace Transformers, Google Gemini, Groq, AWS Bedrock, Agno, Ollama, TensorFlow, CrewAI</p>
</div>
<div class="skill-category">
<h3 class="skill-category-title">Cloud & MLOps</h3>
<p class="skill-category-list">AWS (SageMaker, Lambda, S3, EC2, IAM, ECR, API Gateway), MLflow, Docker, CI/CD (GitHub Actions), Git, Dagshub</p>
</div>
<div class="skill-category">
<h3 class="skill-category-title">Databases</h3>
<p class="skill-category-list">SQL (MySQL, SQLite), MongoDB, FAISS, LanceDB</p>
</div>
<div class="skill-category">
<h3 class="skill-category-title">Web Development & Tools</h3>
<p class="skill-category-list">FastAPI, Flask, Streamlit, Jupyter Notebooks, Swagger, Postman, REST APIs</p>
</div>
</section>
<!-- languages -->
<section>
<h2 class="section-heading">Languages</h2>
<ul class="unstyled-list">
<li>
<h3>English</h3>
<p class="section-label">Native Speaker</p>
</li>
<li>
<h3>Hindi</h3>
<p class="section-label">Native Speaker</p>
</li>
<li>
<h3>Gujarati</h3>
<p class="section-label">Native Speaker</p>
</li>
</ul>
</section>
<!-- volunteer_experience -->
</aside>
</div>
</div>
<script src="js/app.js"></script>
<!-- Add this right before the closing </body> tag -->
<script src="js/app.js"></script>
<!-- ===== Style Switcher Start ===== -->
<div class="theme-toggle-container">
<div id="theme-toggle-icon" class="theme-icon">
<i class="fas"></i>
</div>
</div>
<!-- ===== Style Switcher End ===== -->
<script src="js/app.js"></script>
</body>
</html>