All Projects → whitphx → streamlit-webrtc-example

whitphx / streamlit-webrtc-example

Licence: MIT License
Real time video and audio processing examples with Streamlit and streamlit-webrtc

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to streamlit-webrtc-example

streamlit-ace
Ace editor component for Streamlit.
Stars: ✭ 130 (+145.28%)
Mutual labels:  streamlit
favv
Fullstack Web Application Framework With FastAPI + Vite + VueJS. Streamlit for rapid development.
Stars: ✭ 17 (-67.92%)
Mutual labels:  streamlit
img ai app boilerplate
An image classification app boilerplate to serve your deep learning models asap!
Stars: ✭ 27 (-49.06%)
Mutual labels:  streamlit
Text-Summarization
Abstractive and Extractive Text summarization using Transformers.
Stars: ✭ 38 (-28.3%)
Mutual labels:  streamlit
farolcovid
🚦🏥. Ferramenta de monitoramento do risco de colapso no sistema de saúde em municípios brasileiros com a Covid-19 • Monitoring tool & simulation of the risk of collapse in Brazilian municipalities' health system due to Covid-19
Stars: ✭ 49 (-7.55%)
Mutual labels:  streamlit
jina-meme-search
Meme search engine built with Jina neural search framework. Search with captions or image files to find matching memes.
Stars: ✭ 21 (-60.38%)
Mutual labels:  streamlit
map-floodwater-satellite-imagery
This repository focuses on training semantic segmentation models to predict the presence of floodwater for disaster prevention. Models were trained using SageMaker and Colab.
Stars: ✭ 21 (-60.38%)
Mutual labels:  streamlit
streamlit-pandas-profiling
Pandas profiling component for Streamlit.
Stars: ✭ 135 (+154.72%)
Mutual labels:  streamlit
leafmap
A Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment
Stars: ✭ 1,299 (+2350.94%)
Mutual labels:  streamlit
playground
A Streamlit application to play with machine learning models directly from the browser
Stars: ✭ 48 (-9.43%)
Mutual labels:  streamlit
streamlit-aggrid
Implementation of Ag-Grid component for Streamlit
Stars: ✭ 465 (+777.36%)
Mutual labels:  streamlit
cogviewer
Simple Cloud Optimized GeoTIFF viewer.
Stars: ✭ 21 (-60.38%)
Mutual labels:  streamlit
streamlit-component-template-vue
Vue 2/3 template for Streamlit Components
Stars: ✭ 32 (-39.62%)
Mutual labels:  streamlit
mune
Simple stock price analytics
Stars: ✭ 14 (-73.58%)
Mutual labels:  streamlit
Naive-Resume-Matching
Text Similarity Applied to resume, to compare Resumes with Job Descriptions and create a score to rank them. Similar to an ATS.
Stars: ✭ 27 (-49.06%)
Mutual labels:  streamlit
deepstack-ui
UI for working with Deepstack
Stars: ✭ 115 (+116.98%)
Mutual labels:  streamlit
streamlit-analytics
👀 Track & visualize user interactions with your streamlit app
Stars: ✭ 92 (+73.58%)
Mutual labels:  streamlit
streamlit-observable
Embed Observable notebooks into Streamlit apps!
Stars: ✭ 50 (-5.66%)
Mutual labels:  streamlit
object-detection-app
Simple object detection app with streamlit
Stars: ✭ 57 (+7.55%)
Mutual labels:  streamlit
five-minute-midas
Predicting Profitable Day Trading Positions using Decision Tree Classifiers. scikit-learn | Flask | SQLite3 | pandas | MLflow | Heroku | Streamlit
Stars: ✭ 41 (-22.64%)
Mutual labels:  streamlit

streamlit-webrtc-example

GitHub Sponsors

Buy Me A Coffee

Hosted on Streamlit Cloud: Open in Streamlit https://share.streamlit.io/whitphx/streamlit-webrtc-example/main/app.py

Hosted on Heroku: https://streamlit-webrtc-example.herokuapp.com/

Deployment notes

The deployment to Heroku is automated with GitHub actions: ./.github/workflows/heroku.yml.

Streamlit Cloud automatically triggers the deployment on its CI/CD.

Manual deployment to heroku

Prerequisites

  1. Set up heroku command.

  2. Add heroku-buildpack-apt to buildpacks.

    $ heroku buildpacks:add --index 1 heroku-community/apt

    See https://help.heroku.com/IYRYW6VB/how-do-i-install-additional-software-packages-that-my-application-requires and https://github.com/heroku/heroku-buildpack-apt for details.

Deploy

If dependencies have changed, update requirements.txt

  1. Update requirements.txt.

    $ make deps/update
  2. Commit it.

    $ git add requirements.txt
    $ git commit -m "requirements.txt"

Deploy the current branch to Heroku

$ git push heroku <current-branch>:main
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].