Featured Projects

Real-world data science projects from my GitHub portfolio

Showing projects using:

Animal Image Prediction

CNN model classifying 80 animal species with Flask web interface deployed on Vercel.

CNN Flask Vercel

Customer Segmentation

KMeans clustering on US Survey Credit Data 2019 with interactive Jupyter Dash visualization.

Python KMeans Dash

IMDB Web Scraping

BeautifulSoup scraper for Top 250 feature films from the past five years.

BeautifulSoup Requests Scraping

IT Salary Survey EDA

Exploratory data analysis of EU IT Salary Survey 2020 with comprehensive visualizations.

Python Pandas EDA

Sentiment Analysis App

Naive Bayes sentiment classifier deployed as a Streamlit app with Docker containerization.

Streamlit NLP Docker

Tweets Sentiment Analysis

NLP-based sentiment analysis of Twitter data using machine learning classification.

Python NLTK ML