Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/patelvivekdev/dog_vs_cat_flask_web_app

Deploy deep learning model to Heroku
https://github.com/patelvivekdev/dog_vs_cat_flask_web_app

deep-learning dogvscat flask-restful heroku modeldeploy tensorflow2

Last synced: about 1 month ago
JSON representation

Deploy deep learning model to Heroku

Awesome Lists containing this project

README

        

# Deployment of ML model

For CNN model go to [this](https://github.com/Vivek2509/Dog_vs_cat) where you can find more about how to build CNN model using `tensorflow_hub`.

**Model deployment using flask web app**

- Login into `heroku`
- Add `requirement.txt` and add include all **package** name with `specific version` same as you used for your project bulid.
- Add Procfile with `gunicorn`.

```
git add .
git commit -am "make it better"
git push heroku master

```
And it's done.

## *Happy Deep Learning.*