This project implements a interface (with form) to use trainned models to predict the classification based on inputed data by user.
Click here to check the deployed application.
- Python with Flask in the backend to provide APIs.
- HTML + Bootstrap + Jinja2 to create the pages.
- Scikit-learn and Pickle to load the Machine Learning models.
- Google Cloud App Engine to deploy and host this application.