Skip to content
/ siri Public

A simple iris plant classifier built with React and Flask.

Notifications You must be signed in to change notification settings

binkymilk/siri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Siri: Iris Plant Classifier

A simple iris plant classifier built with React and Flask, based on the example of the ML-React-App-Template.

Setup and Installation

  1. Create a virtual environment inside the directory service.
$ cd service
$ python3 -m venv venv
  1. Install dependencies.
$ cd ..
$ make deps
  1. Run the React app.
$ make ui
  1. Run the Flask app.
$ make api

About

A simple iris plant classifier built with React and Flask.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published