adepril / Streamlit-IrisCancerWine-Classifier-Heroku

Repository from Github https://github.comadepril/Streamlit-IrisCancerWine-Classifier-HerokuRepository from Github https://github.comadepril/Streamlit-IrisCancerWine-Classifier-Heroku

Iris Flower Classifier Using Machine Learning

Simple machine learning web application using python libraries streamlit and scikit-learn.

Outputs

Output

Setup

  1. Open Command Prompt

  2. Install streamlit, pandas and sklearn python-libray in your local machine by using following commands in command prompt:

> pip install streamlit
> pip install pandas
> pip install sklearn
  1. Again in command prompt go to your project directory by typing:

> cd path//to//your//project//directory//
  1. Then type the following:

> streamlit run code.py
  1. Then it will open the website in the default browser as localhost:8801 port.

License

License: GPL v3

GNU license

About


Languages

Language:Python 98.3%Language:Shell 1.7%