Skip to content

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

Notifications You must be signed in to change notification settings

seed42train/TBC_2021_deploy_flask

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%