geekquad / Flower-Prediction

Basic Iris Flower Prediction. Learning how to host ML models using Flask and deploy it using Heroku.

Home Page:https://irisforecast.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flower-Prediction

Basic Iris Flower Predcition.

Trained using Support Vector Machine Algorithm.

Learning how to deploy ML models using Flask.

Setup:

  1. Clone the repo:
$ git clone https://github.com/geekquad/Flower-Prediction.git
  1. Activate Environment:
$ python3 -m venv env
  1. Install dependencies:
$ pip install -r requirements.txt
  1. Run Flask server using
$ python app.py

About

Basic Iris Flower Prediction. Learning how to host ML models using Flask and deploy it using Heroku.

https://irisforecast.herokuapp.com/


Languages

Language:HTML 53.8%Language:Python 46.2%