Full Project Archive

Additional projects, each with a real repository.

Personal and academic projects that sit outside the featured case studies and the curated Additional Work section on the homepage — every one of these has a public GitHub repository.

Fashion Recommendation System

Fashion Recommendation System

Problem: Users had no personalized way to discover fashion items suited to their taste.

Approach: ML-based recommendation engine, deployed as a Streamlit web app.

Result: Boosted user engagement and sales.

Recommendation Systems Machine Learning Streamlit
View on GitHub →
Research Paper Title Generator

Research Paper Title Generator

Problem: Researchers had no automated way to turn an abstract into an academic-style title.

Approach: Fine-tuned a BART Transformer model for abstractive title generation from abstracts.

Result: Generates academic-style paper titles directly from abstract text.

NLP Generative AI Fine-Tuning Transformers
View on GitHub →
Loan Approval Automation

Loan Approval Automation

Problem: Manual loan-eligibility review was slow and inconsistent.

Approach: ML eligibility-prediction model backed by MongoDB/PyMongo, deployed as a Streamlit web app.

Result: Automated loan-eligibility predictions end-to-end.

Machine Learning MongoDB Automation Streamlit
View on GitHub →
Uber Ride Data Analysis

Uber Ride Data Analysis

Problem: Raw ride data wasn't structured for quick business decision-making.

Approach: Analyzed Uber ride data and built an interactive dashboard with charts and visualizations.

Result: Enabled clearer, data-driven business decisions.

Data Analysis Data Visualization Pandas EDA
View on GitHub →
Diabetes Heart Monitor System

Diabetes Heart Monitor System

Problem: Needed an accessible way to combine diabetes-risk prediction with real-time vitals monitoring.

Approach: Random Forest Classifier for diabetes prediction plus real-time heart-rate monitoring via Pulse Sensor + Arduino; built both the AI and the web deployment.

Result: 83% diabetes-prediction accuracy.

Machine Learning IoT Arduino Health Tech
View on GitHub →
Screenshot coming soon

Microsoft Stock Price Prediction with Machine Learning

Problem: Needed a data-driven way to forecast MSFT price movement instead of manual technical analysis.

Approach: ML model applying technical analysis over 2013–2021 historical price data.

Result: Produces forward price predictions for Microsoft (MSFT) shares.

Machine Learning Time-Series Forecasting FinTech
View on GitHub →
Screenshot coming soon

Coursera Course Dataset & Recommendation System

Problem: Learners had no personalized way to navigate a large course catalog.

Approach: Recommendation system analyzing course ratings, difficulty, and enrollment data.

Result: Delivers personalized course suggestions.

Recommendation Systems Data Science Machine Learning
View on GitHub →