SmartHarvest ā Crop Recommendation Engine
Endātoāend ML system recommending the most suitable crop using soil nutrients (NPK), climate, and soil properties.
COSMIC COMMAND INTERFACE Ā· MODULE 03
Real-world ML systems across supervised and unsupervised learning, pulled into a single command deck.
ā Go to HomeModels trained on labeled data to make predictions and classifications in domains like agriculture, healthcare, and finance.
Endātoāend ML system recommending the most suitable crop using soil nutrients (NPK), climate, and soil properties.
KNNābased heart disease prediction using indicators like cholesterol, blood pressure and heart rate.
Gaussian NaĆÆve Bayes model predicting loan approval probability using engineered financial features.
Support Vector Machine model predicting heart disease risk from clinical features with a Streamlit front-end.
KNN model classifying mobile users into market segments using usage behaviour and demographic patterns.
Logistic Regression model mapping behavioural traits to personality categories with an interactive UI.
Linear Regression estimator for ride fares using distance, duration, time of day and ride type.
KNN regression model predicting salary from years of experience as an intuitive career analytics tool.
End-to-end ML regression model predicting student exam scores using KNN with hyperparameter tuning and feature engineering.
End-to-end ML pipeline for MBTI personality type classification using questionnaire data with leakage-safe scikit-learn Pipeline.
End-to-end delivery intelligence system using Olist dataset with Ridge regression for ETA prediction and Logistic Regression for late-delivery risk classification.
Regression-based ML app using Random Forest Regressor to predict fair selling prices of used cars from 45K+ CarDekho listings with strong performance (R² ā 0.92).
Interpretable ML system using a Decision Tree Classifier on 70K+ patient records to predict cardiovascular disease risk from vitals, lab values, and lifestyle factors.
AI-powered diagnostic tool using Decision Tree Classifier to predict diseases from symptoms and provide personalized recommendations.
ML-powered sports analytics tool using Random Forest to predict ATP tennis match winners from pre-match rankings across 59K+ matches with 99.5% accuracy.
Time-series ML mini product that predicts next-day stock closing prices using OHLCV features, Decision Tree Regression, and a naive ātomorrow ā todayā baseline for comparison.
End-to-end ML system predicting hourly electricity demand using 10+ years of PJM load data with Random Forest Regression and advanced time-series feature engineering.
End-to-end Parkinsonās detection from voice data using an SVM classifier optimized via GridSearchCV and StandardScaler pipelines.
Clustering and dimensionality reduction projects uncovering natural structure in data without labels.
K-Means clustering identifying wine quality tiers from chemical properties without labels.
Hierarchical clustering grouping customers into natural purchase behaviour segments.
Portfolio-ready PCA wine analysis lab that reduces high-dimensional wine chemistry into 2ā3 principal components for interactive exploration and insight.
Production-ready geospatial ML system identifying traffic accident hotspots using DBSCAN clustering, deployed on Streamlit with 3D Pydeck visualizations for city planning and insurance risk assessment.
ML-powered developer persona segmentation using MiniBatch K-Means clustering on Stack Overflow 2025 survey (~42K developers) to identify 3 distinct personas for hiring, marketing, and product strategy.
Independent Component Analysis and t-SNE for non-linear feature extraction and visualization.