Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/geekquad/flower-prediction

Basic Iris Flower Prediction. Learning how to host ML models using Flask and deploy it using Heroku.
https://github.com/geekquad/flower-prediction

flask-application heroku iris ml

Last synced: 26 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
```

2. Activate Environment:

```
$ python3 -m venv env
```

3. Install dependencies:

```
$ pip install -r requirements.txt
```

4. Run Flask server using

```
$ python app.py
```