Iris flower classification using scikit learn with a simple web interface
Screen.Recording.2023-03-05.at.14.59.08.mov
- Clone the repo
git clone https://github.com/Gravewalker666/flo-W-ers.git
- Cd into the server
cd server/
- Install dependancies
pipenv install
- Run the server
pipenv run start
- Open the
client/index.html
to test the predictions on the web view