A simple iris plant classifier built with React and Flask.
A simple iris plant classifier built with React and Flask, based on the example of the ML-React-App-Template.
Create a virtual environment inside the directory service
.
$ cd service
$ python3 -m venv venv
Install dependencies.
$ cd ..
$ make deps
Run the React app.
$ make ui
Run the Flask app.
$ make api