Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ayushsubedi/tbc_2021_deploy_flask

simple flask app created for instructional purposes to demo deployment of a machine learning model to heroku
https://github.com/ayushsubedi/tbc_2021_deploy_flask

Last synced: about 2 months ago
JSON representation

simple flask app created for instructional purposes to demo deployment of a machine learning model to heroku

Awesome Lists containing this project

README

        

## Installation (for windows machine)

#### Clone the repository

`https://github.com/ayushsubedi/TBC_2021_deploy_flask`

#### CD into the cloned directory and create a virtualenv

`python -m venv env`

### Enable virtualenv

`.\env\Scripts\activate`

### Install dependency packages from requirements.txt

`pip install -r requirements.txt`

### Run flask app
`$env:FLASK_APP="app.py"`
`flask run`