Skip to content
View Amit95688's full-sized avatar

Highlights

  • Pro

Block or report Amit95688

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Amit95688/README.md

Typing SVG


About Me

I'm a Data Science & AI/ML student at IIT Madras, building toward ML/LLM Engineer roles. I focus on shipping end-to-end AI systems β€” data pipeline through deployment β€” rather than stopping at a notebook metric.

  • πŸ”­ Currently building production RAG pipelines, multi-tool AI agents, and MLOps systems
  • 🧠 Compete actively on Kaggle (top-8% finishes) across tabular ML, LLM fine-tuning, and NLP
  • πŸ› οΈ Care about reliability, evaluation, and cost β€” not just leaderboard scores
  • πŸ“ˆ 209+ LeetCode problems solved, 41-day max streak, 1,430 contest rating
  • πŸ“« Open to internships, collaborations, and interesting ML/LLM problems

Tech Stack

Languages & Tools Python SQL Java C++ Git Docker FastAPI

ML & LLM PyTorch TensorFlow scikit-learn XGBoost LightGBM HuggingFace

AI Agents & MLOps LangChain LangGraph OpenAI MLflow Airflow AWS


Featured Projects

11-node LangGraph pipeline combining Self-RAG and CRAG-style correction, hybrid BM25 + dense retrieval, and cross-encoder reranking.

  • Cut per-query LLM calls from 10+ to 4–7 (60% cost reduction); FAISS persistence brought cold-start from 4–8 min to <3 sec
  • Bounded self-healing loops (max 1 revise + 1 query-rewrite, 3 exit paths) remove infinite-loop risk in production
  • 99.5% uptime at 1000+ concurrent queries, sub-2-second response time, with input/output guardrails for safe extension

Autonomous smolagents CodeAgent handling multi-step reasoning across math, web lookup, audio, and file parsing.

  • Top-15% on the GAIA benchmark; processed 50+ file formats at 98% accuracy
  • Intelligent fallback across HuggingFace Inference providers β€” 99.9% availability, 40% lower API cost
  • Benchmarked accuracy across GAIA's three difficulty tiers to isolate failure modes

Full MLOps pipeline on 100K+ banking records: XGBoost, LightGBM, and neural nets, tracked across 30+ MLflow experiments.

  • ROC-AUC 0.97, F1 0.93; dbt on AWS S3 for feature transforms
  • Automated retraining via Airflow DAGs with data-availability triggers; Dockerized Flask API on EC2 + Lambda
  • Drift-monitoring layer triggers retraining before performance degrades in production
Other Projects

Medical Chatbot β€” RAG Retrieval-augmented chatbot answering medical queries from a curated knowledge base using embeddings and vector search, built to minimize hallucination over pure generation.

Nutrition Dataset 1,582-example multimodal food-nutrition dataset (108 classes, Food101) with LLM-generated annotations, fine-tuned via SFT + LoRA for VLM instruction data.


Kaggle β€” 9 Competitions, All Solo

Competition Rank Result
Predicting Stellar Class (S6 E6) 209 / 2,816 Top 8% β€” 11-model hill-climbing ensemble, 0.97030 accuracy
Predicting F1 Pit Stops (S6 E5) 367 / 3,022 Top 12% β€” Gradient boosting + hyperparameter tuning
Thermophysical Property: Melting Point 234 / 1,176 Top 20% β€” Ensemble + feature engineering, MAE 23.4
NVIDIA Nemotron Reasoning Challenge (Featured) 1,587 / 4,182 Top 38% β€” Fine-tuned Nemotron-3-Nano-30B MoE, Score 0.85

GitHub Stats


Open to internships, collaborations, and interesting AI/ML problems β€” reach out on LinkedIn.

Pinned Loading

  1. bert-sentiment-mlops-pipeline bert-sentiment-mlops-pipeline Public

    Jupyter Notebook

  2. DepositFlow DepositFlow Public

    Jupyter Notebook

  3. MEDICAL-CHATBOT MEDICAL-CHATBOT Public

    Jupyter Notebook

  4. newsflow-ai newsflow-ai Public

    Python 1