Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


logo


Iris Flower Classification.




License



Stargazers


Twitter Follow


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`