PyWebIO
PyWebIO copied to clipboard
Heroku
How to deploy app to heroku?
You can refer to https://github.com/wang0618/pywebio-in-cloud. And there a video about deployment of ML models using PyWebIO in Heroku: https://www.youtube.com/watch?v=sqR154NkwZk
hi wang, thanks for the help, but im getting an error
It seem like that your app don't start successfully in heroku environment.
If you use the same Procfile
file as this repo, you need ensure that your app can start successfully in your local machine via python app.py --port=<some port>
.
Here is my live app on Heroku: https://make-data.herokuapp.com/
Here is the code: https://github.com/tirthajyoti/PyWebIO/tree/main/make-data
Here is Heroku deploy instructions: