I got tired of writing the same ML boilerplate over and over. So I built a full AutoML platform from scratch — this weekend. Here's what it does: ↳ Upload any CSV dataset ↳ Auto-detects Classification vs Regression ↳ Preprocesses data automatically (encoding, scaling, imputation) ↳ Trains 4 models with GridSearchCV hyperparameter tuning ↳ Picks the best model and explains WHY using SHAP ↳ Shows live training progress via WebSockets And it's not a Jupyter notebook or a Streamlit script. It's a proper full-stack product: ⚛️ React frontend with glassmorphism UI ⚡ FastAPI backend with REST + WebSocket API 🐳 Fully containerised with Docker Compose 🧠 scikit-learn + SHAP for ML + explainability One command to run everything: docker compose up --build This is the kind of tool I wish existed when I started in ML. Building things that solve real problems is what I love doing. #MachineLearning #Python #React #FastAPI #Docker #MLOps #OpenToWork #FullStack #DataScience

To view or add a comment, sign in

Explore content categories