Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 505 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 505 Bytes

flo-W-ers

Iris flower classification using scikit learn with a simple web interface

Screen.Recording.2023-03-05.at.14.59.08.mov

Setup locally

  1. Clone the repo
git clone https://github.com/Gravewalker666/flo-W-ers.git
  1. Cd into the server
cd server/
  1. Install dependancies
pipenv install
  1. Run the server
pipenv run start
  1. Open the client/index.html to test the predictions on the web view