https://github.com/whitphx/streamlit-video-chat-example
Video chat apps with computer vision filters built on top of Streamlit
https://github.com/whitphx/streamlit-video-chat-example
streamlit video-processing video-streaming webrtc
Last synced: 9 months ago
JSON representation
Video chat apps with computer vision filters built on top of Streamlit
- Host: GitHub
- URL: https://github.com/whitphx/streamlit-video-chat-example
- Owner: whitphx
- License: mit
- Created: 2021-07-16T13:28:51.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T06:01:26.000Z (about 3 years ago)
- Last Synced: 2024-12-29T07:00:47.568Z (over 1 year ago)
- Topics: streamlit, video-processing, video-streaming, webrtc
- Language: Python
- Homepage: https://discuss.streamlit.io/t/a-video-chat-app-with-realtime-snapchat-like-filters/15324
- Size: 234 KB
- Stars: 44
- Watchers: 3
- Forks: 11
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# streamlit-video-chat-example
Video chat examples based on Streamlit with [`streamlit-webrtc`](https://github.com/whitphx/streamlit-webrtc) and [`streamlit-server-state`](https://github.com/whitphx/streamlit-server-state).
[](https://github.com/whitphx/streamlit-video-chat-example/actions/workflows/tests.yml?query=branch%3Amain)
[](https://ko-fi.com/D1D2ERWFG)
[](https://github.com/sponsors/whitphx)

## Try it out
```shell
$ pip install streamlit streamlit-webrtc streamlit-server-state opencv-python-headless
$ streamlit run https://raw.githubusercontent.com/whitphx/streamlit-video-chat-example/main/app_mcu_filters.py
```
This repository contains various implementations (`app_*.py`) while the example above uses `app_mcu_filters.py`.
