Skip to content
View ideepkush's full-sized avatar
:electron:
MSc Data Science @ Federico II | Open to work
:electron:
MSc Data Science @ Federico II | Open to work

Block or report ideepkush

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.

Content in all repositories owned by your account will be closed.
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
ideepkush/README.md

Deepak Kushwaha

Data Scientist & ML Engineer | Building and Deploying End-to-End ML Systems

2+ yrs at Tata Consultancy Services · Intern @ JP Morgan Chase & IIT Indore (2022) · MSc Data Science, Naples · 🥇 Google Challenge Campania 2026 (1st, STEM)


⚡ The Short Version

I build machine learning systems end to end, from data preparation and modelling through to containerized deployment and monitoring. I spent 2+ years at Tata Consultancy Services building production data systems across the technology and financial sectors, and I'm now completing an MSc in Data Science at the University of Naples Federico II. In 2026 I led a team to 1st Place (STEM) at Google Challenge Campania, building a generative AI solution.


🧠 What I Bring to the Table

  • Full-lifecycle ML: data preparation, modelling, evaluation, containerized deployment, and monitoring
  • Production systems: FastAPI, Docker, and AWS, not just notebooks
  • Big data: PySpark, Kafka, and Spark NLP on high-volume streaming data
  • Applied experience: 2+ years building data systems in technology and financial services at TCS

🛠️ Core Tech Stack

Domain Technologies
ML & Deep Learning Scikit--learn XGBoost TensorFlow Keras Pandas
Big Data & Streaming Apache Spark Kafka Spark NLP
MLOps & Cloud Docker AWS MLflow FastAPI Streamlit
Languages & Data Python SQL PostgreSQL MongoDB Git

📌 Featured Projects: Proof, Not Promises

Every project below is deployed, documented, or has a live demo. Click through.

What: Churn prediction for a SaaS account base that outputs a weekly, revenue-weighted list of which customers the retention team should contact first.

Impact: 0.82 ROC-AUC and a 6.3x lift on the top 50 accounts. Ranking by expected revenue instead of raw probability protects about 32% more monthly revenue on the sample data.

How it works: 7-table weekly account panel → SQL feature view → XGBoost with isotonic calibration → risk bands and a priority queue → Streamlit dashboard. Grouped cross-validation, an explicit leakage policy, and 67 tests.

Python XGBoost Scikit-learn SQL Streamlit


What: Predicts which antibiotics will fail against a Staphylococcus aureus isolate from its genome, before laboratory results are back. Built at the Hack-Nation Global AI Hackathon by a team of three; I owned the per-drug models, probability calibration, and the evaluation.

Impact: Balanced accuracy 0.98 for ciprofloxacin and erythromycin and 0.90 for the MRSA call, on a leakage-safe split of 1,863 real genomes. Every prediction is calibrated and cites the resistance gene behind it, with an explicit "no-call" when the evidence is weak.

How it works: AMRFinderPlus determinant features → one L1 logistic regression per drug behind a biology-based gate → probability calibration → decision report. Genomes are clustered and split by cluster so near-duplicate isolates cannot leak across train and test.

Python Scikit-learn Streamlit Model Calibration Bioinformatics


What: Predicts whether an Airbnb listing is an entire home, private room, or shared room from its price, location, and review activity.

Impact: 85.9% test accuracy and 0.747 macro-F1 on 48,895 listings, served as a live FastAPI application with an interactive UI.

How it works: EDA and cleaning → log transforms and one-hot encoding in a Scikit-learn pipeline → model comparison → tuned Random Forest → FastAPI and Docker on Render.

Python Scikit-learn Random Forest FastAPI Docker


What: Classifies a live tweet stream as positive, negative, or neutral in real time with Spark Structured Streaming.

Impact: 67.4% mean accuracy and 73.5% weighted precision across 333 streaming micro-batches, processed without a crash.

How it works: Kafka producer replays a 1M-tweet dataset → Spark Structured Streaming consumer → Universal Sentence Encoder embeddings (Spark NLP) → Spark ML logistic regression → per-batch and cumulative metrics.

PySpark Kafka Spark NLP Spark MLlib


What: Predicts used-bulldozer auction prices from 401,125 historical sales.

Impact: Validation MAE of $5,971 and RMSLE 0.238 with a tuned Random Forest, down from $8,114 for a single decision tree. Detected and removed a 30% resale leak in the validation set.

How it works: Date-based train/validation split, median imputation with missing-value flags, ordinal encoding, a log-transformed target, model comparison, and RandomizedSearchCV tuning.

Python Scikit-learn Random Forest Feature Engineering


What: Self-hosted pipeline that discovers job postings, scores them against a profile with an LLM, and drafts tailored applications.

Impact: Runs continuously in Docker for about $1.80/month, replacing manual job search with automated scoring and matching.

How it works: n8n orchestration → job discovery from RSS feeds → LLM API scores and extracts each posting → PostgreSQL stores state → tailored resume bullets and a cover letter generated for the top matches.

n8n LLM API PostgreSQL Docker


📈 Career Timeline

Role Organisation Period
🏆 Google Challenge 2026, 1st Place (STEM) Generative AI (Gemini + NotebookLM Pro) 2026
🎓 MSc Data Science University of Naples Federico II Dec 2025 to Present
💼 Data Analyst Tata Consultancy Services Aug 2023 to Nov 2025
💼 Intern JP Morgan Chase 2022
🔬 Research Intern IIT Indore 2022
🎓 BTech Civil Eng. Jamia Millia Islamia (1st Div. Honours) 2019 to 2023

📊 GitHub Activity


Open to opportunities in Data Science, ML Engineering & MLOps
LinkedIn · Portfolio · deepakkushwaha771@gmail.com

Pinned Loading

  1. Heart-Disease-Prediction-with-Machine-Learning Heart-Disease-Prediction-with-Machine-Learning Public

    This project uses the UCI Heart Disease dataset to build a machine learning pipeline for predicting heart disease. It includes data cleaning, EDA, preprocessing, model training, hyperparameter tuni…

    Jupyter Notebook

  2. NYC-Airbnb-Room-Type-Predictor NYC-Airbnb-Room-Type-Predictor Public

    End-to-end ML web app that predicts NYC Airbnb room type (Entire home / Private room / Shared room) using a tuned Random Forest trained on 48K listings. FastAPI backend + interactive dark UI.

    Jupyter Notebook

  3. Genome-firewall Genome-firewall Public

    Evidence-first antibiotic resistance prediction for S. aureus: calibrated confidence, honest no-call, every call cites its determinant

    Python 1

  4. Lending-club-loan-default Lending-club-loan-default Public

    Predicting LendingClub loan defaults from application-time data. Leak-safe EDA-to-modelling pipeline, tuned XGBoost at 0.71 ROC-AUC, with grade, interest rate and term as the main risk drivers.

  5. Retention-Radar Retention-Radar Public

    AI-powered customer churn prediction platform that identifies at-risk customers, analyzes churn drivers, and prioritizes retention actions using customer usage, payment, support, and revenue data.

    Python 1

  6. SVM-from-scratch-vapnik-theory SVM-from-scratch-vapnik-theory Public

    From-scratch implementation of Support Vector Machines based on Vapnik’s Statistical Learning Theory, with kernels, visualizations, tutorials, examples, and unit tests.

    Jupyter Notebook