Developed Using Python | Built Using Flask |
---|---|
App is deployed in Fl0 | Database is deployed on AWS RDS |
---|---|
This is a Flask app that take predictions with a modified wine model from Sklearn.
This application is an exercise to test the knowledge acquired in class.
The homepage has an index with a short explanation of what each API does. The result is returned as JSON in version 0. Version 1 collects information via a form. The result is displayed in HTML.
Once the variables have been entered, they are passed to the trained model to make a prediction. Displays the result of the prediction and the inputs entered.
It is necessary to specify the database to be viewed. This is returned as JSON or HTML depending on the version. The database containing the samples and their predictions can be deleted from the same page (v1).
You must enter the database you wish to delete. The application will ask for confirmation before deleting (version 1 only).
Database and application are currently disconnected from their servers.