What this is - A demonstration/tutorial on deploying a python Machine Learning model to Heroku via Flask
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 therequirements.txt
file into the virtual environment created