Skip to content

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

Notifications You must be signed in to change notification settings

geekquad/Flower-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published