π Customer Churn Predictor
Classification
LogReg / Random Forest
EDA
Predict which customers are likely to leave and why. Clear pipeline, solid baseline scores,
and insights like tenure, contract type, and billing patterns driving churn.
Highlights
β’ Binary encoding + OHE Β· Stratified split
β’ ROC-AUC ~0.84 Β· Accuracy ~80%
β’ Feature importance for business actions
π’ Titanic Survival Model
Logistic Regression
Kaggle
EDA
Predict survival using a clean, reusable baseline. Full write-up, styled tables, and a
notebook preview. Public leaderboard score at 0.76.
Highlights
β’ Missing value handling and encoding
β’ Validation accuracy ~81%
β’ Kaggle submission and results
π° Fake News Detector (Deployed)
NLP
TF-IDF
LinearSVC
Flask + Gunicorn
A style-based classifier trained on fake vs real news using TF-IDF word/char features and LinearSVC.
Productionized on a VPS with a clean UI and solid evaluation.
What I built
β’ Pipeline: preprocessing β TF-IDF β baselines β evaluation β Flask API β deploy
β’ Robust vectorization, confusion matrix, artifacts
β’ Public demo with reverse proxy
π§Ύ CV Generator (Deployed)
Flask
FPDF
VPS
A fast, simple web app that turns form inputs into a polished PDF CV. Built with Flask + FPDF and deployed
with Gunicorn behind Apache on a VPS.
What I built
β’ Clean form validation and PDF templates
β’ Reverse-proxy setup and process management
β’ Zero-JS fallback for compatibility
π Time Series Forecasting
LSTM
Prophet
Backtesting
Prototyping deep learning and statistical approaches for financial series with proper backtesting,
leakage control, and interpretable diagnostics.
What I built
β’ Sliding-window training Β· walk-forward validation
β’ Error analysis and residual diagnostics
β’ Comparisons across ARIMA/Prophet/LSTM
π§ AI Portfolio Website
Product
UI
Deploy
Hub for interactive demos, writeups, and model cards. Built for fast loads and clean design.
Roadmap
β’ Add blog posts with code snippets
β’ Ship a small MLOps tutorial section
β’ More interactive NLP demos