Skip to content

Files

Latest commit

29c2b22 · Oct 3, 2022

History

History
8 lines (7 loc) · 742 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 742 Bytes

your-custom-app-name

What this is - A demonstration/tutorial on deploying a python Machine Learning model to Heroku via Flask

ml_life_cycle

Full article can be found at: Towards Data Science

Web application deployed at: https://your-custom-app-name.onrender.com/

  • Step 0a. Create virtual environment by running: virtualenv .env
  • Step 0b. Double-click the pip_install_requirements.bat to install all required python packages stated in the requirements.txt file into the virtual environment created