An open API service indexing awesome lists of open source software.

https://github.com/binkymilk/siri

A simple iris plant classifier built with React and Flask.
https://github.com/binkymilk/siri

flask iris-classification ml react

Last synced: 20 days ago
JSON representation

A simple iris plant classifier built with React and Flask.

Awesome Lists containing this project

README

          

# Siri: Iris Plant Classifier

A simple iris plant classifier built with React and Flask, based on the example of the [ML-React-App-Template](https://github.com/kb22/ML-React-App-Template).

## Setup and Installation
1. Create a virtual environment inside the directory `service`.
```
$ cd service
$ python3 -m venv venv
```

2. Install dependencies.
```
$ cd ..
$ make deps
```

3. Run the React app.
```
$ make ui
```

4. Run the Flask app.
```
$ make api
```