Bike Resale Price Predictor
Developed a machine learning model to estimate used bike resale prices based on brand, model year, mileage, fuel type, and engine capacity. Performed data cleaning, feature engineering, and Random Forest regression modeling, and deployed a user-interactive interface for real-time predictions using Python, Pandas, Scikit-learn, Flask, HTML/CSS, and Git.
IPL Data Analysis Dashboard
Analyzed 17 IPL seasons from 2008 to 2025, covering more than 1,000 matches and 800 players, to identify performance, venue, and win-pattern trends. Built an interactive dashboard with more than 10 performance metrics and automated visual reports using Python, Pandas, NumPy, and Matplotlib.
Movie Recommender with Sentiment Intelligence
Built a hybrid movie recommender using TF-IDF and cosine similarity across more than 5,000 movies, improving relevance by 20% over genre-based filtering. Applied VADER sentiment analysis to more than 10,000 IMDb reviews, achieving 88% classification accuracy for audience mood detection. Used Python, Flask, Scikit-learn, and NLTK.