// Personal project
I built a Streamlit web app that automates the entire machine learning workflow, from uploading a raw dataset to exploratory analysis, cleaning, model training, and comparison, without requiring any code.
The point was to remove every manual step between a raw CSV and a usable model.
Getting from a raw dataset to a trained, comparable set of models usually takes a lot of manual, repetitive work: exploration, cleaning, training loops, model comparison, rewritten for nearly every project.
I automated the whole pipeline end to end: exploratory analysis per column, one-click cleaning, automated multi-model training and comparison, and automatic saving of whichever model actually performed best.