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

https://github.com/incubated-geek-cc/your-custom-app-name

Tutorial to deploy a ML Model to Heroku with Flask web application.
https://github.com/incubated-geek-cc/your-custom-app-name

flask-application machine-learning ml-web-app predictive-analysis predictive-modeling regression-models webapp

Last synced: about 1 year ago
JSON representation

Tutorial to deploy a ML Model to Heroku with Flask web application.

Awesome Lists containing this project

README

          

# your-custom-app-name
#### What this is - A demonstration/tutorial on deploying a python Machine Learning model to Heroku via Flask
![ml_life_cycle](https://github.com/incubated-geek-cc/mental-healthcare-predictors/blob/main/ml_life_cycle.png)
#### Full article can be found at: [Towards Data Science](https://towardsdatascience.com/deploy-your-python-machine-learning-models-on-heroku-in-3-steps-dc5b6aca73d9)
#### 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