An interactive Streamlit web app for building, training, evaluating, and visualizing end-to-end Machine Learning pipelines โ from data preprocessing to model deployment.
- ๐ EDA and data profiling
- โ๏ธ Custom preprocessing pipeline
- ๐ค Train multiple ML models
- ๐ Model evaluation & visualization
- ๐พ Save & load trained models
- ๐ Live predictions using uploaded data
๐ Live Demo on Streamlit Cloud
- Python 3.x
- Streamlit
- scikit-learn
- pandas, numpy
- seaborn, matplotlib
- joblib
git clone https://github.com/your-username/your-repo-name.git
cd your-repo-name
pip install -r requirements.txt
streamlit run app.py