You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An end-to-end Machine Learning web application utilizing FastAPI and Streamlit to classify Iris flower species based on physical measurements. Demonstrates a decoupled production architecture separating the core Scikit-Learn training pipeline, a low-latency REST API backend inference layer, and an interactive frontend dashboard user interface.
A Sentiment Analysis project using Python and Natural Language Processing (NLP) to analyze text data, classify sentiments as positive, negative, or neutral, and generate meaningful insights from customer reviews.
A comprehensive collection of machine learning projects demonstrating applications in classification, regression, and clustering across domains like finance, energy, and marketing.
Exploratory Data Analysis (EDA) and data preprocessing on students' social media usage habits, academic impact, sleep patterns, mental health scores, and addiction levels using Python, Pandas, Seaborn, and Scikit-Learn.
Unsupervised anomaly detection for X/Twitter accounts - a scikit-learn Isolation Forest over behavioral features (activity rates, ratios, account age), with SHAP explanations for every flag. Surfaces accounts for review, not bot detection.