imskr / iris-web

A simple web application for IRIS ML classification model

Home Page:https://iris-flower-web.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
    $ 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
    $ 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

About

A simple web application for IRIS ML classification model

https://iris-flower-web.herokuapp.com/

License:MIT License


Languages

Language:CSS 55.5%Language:HTML 33.8%Language:Python 9.9%Language:JavaScript 0.8%