项目作者: binkymilk

项目描述 :
A simple iris plant classifier built with React and Flask.
高级语言: JavaScript
项目地址: git://github.com/binkymilk/siri.git
创建时间: 2019-07-02T08:42:59Z
项目社区:https://github.com/binkymilk/siri

开源协议:

下载


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.

    1. $ cd service
    2. $ python3 -m venv venv
  2. Install dependencies.

    1. $ cd ..
    2. $ make deps
  3. Run the React app.

    1. $ make ui
  4. Run the Flask app.

    1. $ make api