Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imskr/iris-web
A simple web application for IRIS ML classification model
https://github.com/imskr/iris-web
flask heroku-deployment iris-classification machine-learning webapp
Last synced: 21 days ago
JSON representation
A simple web application for IRIS ML classification model
- Host: GitHub
- URL: https://github.com/imskr/iris-web
- Owner: imskr
- License: mit
- Created: 2021-05-13T23:13:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-20T06:18:10.000Z (over 3 years ago)
- Last Synced: 2024-10-26T18:16:02.526Z (2 months ago)
- Topics: flask, heroku-deployment, iris-classification, machine-learning, webapp
- Language: CSS
- Homepage: https://iris-flower-web.herokuapp.com/
- Size: 506 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Iris Flower Classification.
Created by Shubham Kumar
## Live: https://iris-flower-web.herokuapp.com/
## Note: This app is just for demonstration purpose
## Local Set-up
* **Linux**
```bash
$ git clone https://github.com/imskr/iris-web.git
$ cd iris-web
$ python3 -m venv env_name
$ source env_name/bin/activate
$ pip3 install -r requirements.txt
$ python3 app.py
````Go to http://127.0.0.1:5000 to test your app`
*Note: If you have `fish` terminal run `$ source env_name/bin/activate.fish`*
* **Windows**
```bash
$ git clone https://github.com/imskr/iris-web.git
$ cd iris-web
$ pip3 install -r requirements.txt
$ python3 app.py
````Go to http://localhost:5000 to test your app`