Skip to content

incubated-geek-cc/your-custom-app-name

Repository files navigation

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