Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 28 days ago
JSON representation

Video chat apps with computer vision filters built on top of Streamlit

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).

[![Tests](https://github.com/whitphx/streamlit-video-chat-example/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/whitphx/streamlit-video-chat-example/actions/workflows/tests.yml?query=branch%3Amain)

[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/D1D2ERWFG)

Buy Me A Coffee

[![GitHub Sponsors](https://img.shields.io/github/sponsors/whitphx?label=Sponsor%20me%20on%20GitHub%20Sponsors&style=social)](https://github.com/sponsors/whitphx)

![](./docs/img/example.jpg)

## 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`.