This end-to-end machine learning project predicts student performance using a Flask web app. It’s containerized with Docker and deployed on Hugging Face Spaces. The app can also be run locally.
- Clone the Repo
git clone https://github.com/adarshadda/mlproject.git
cd mlproject
- Install Dependencies
pip install -r requirements.txt
- Run the Flask App
python app/app.py
The app is live on Hugging Face Spaces: https://huggingface.co/spaces/adarshadda/mlproject
Enter input features on the web interface and click "Predict" to get performance predictions.