Update README.md
Browse files
README.md
CHANGED
|
@@ -1,14 +1,18 @@
|
|
| 1 |
# streamlit-webrtc-example
|
| 2 |
|
| 3 |
-
[](https://share.streamlit.io/whitphx/streamlit-webrtc-example/main/app.py)
|
| 4 |
-
|
| 5 |
[](https://github.com/sponsors/whitphx)
|
| 6 |
|
| 7 |
<a href="https://www.buymeacoffee.com/whitphx" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" width="180" height="50" ></a>
|
| 8 |
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
-
|
| 12 |
|
| 13 |
## Manual deployment to heroku
|
| 14 |
### Prerequisites
|
|
|
|
| 1 |
# streamlit-webrtc-example
|
| 2 |
|
|
|
|
|
|
|
| 3 |
[](https://github.com/sponsors/whitphx)
|
| 4 |
|
| 5 |
<a href="https://www.buymeacoffee.com/whitphx" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" width="180" height="50" ></a>
|
| 6 |
|
| 7 |
+
Hosted on Streamlit Cloud: [](https://share.streamlit.io/whitphx/streamlit-webrtc-example/main/app.py) https://share.streamlit.io/whitphx/streamlit-webrtc-example/main/app.py
|
| 8 |
+
|
| 9 |
+
Hosted on Heroku: https://streamlit-webrtc-example.herokuapp.com/
|
| 10 |
+
|
| 11 |
+
## Deployment notes
|
| 12 |
+
|
| 13 |
+
The deployment to Heroku is automated with GitHub actions: [./.github/workflows/heroku.yml](./.github/workflows/heroku.yml).
|
| 14 |
|
| 15 |
+
[Streamlit Cloud](https://streamlit.io/cloud) automatically triggers the deployment on its CI/CD.
|
| 16 |
|
| 17 |
## Manual deployment to heroku
|
| 18 |
### Prerequisites
|