Metadata-Version: 2.1
Name: streamlit-webrtc
Version: 0.6.0
Summary: 
Home-page: https://github.com/whitphx/streamlit-webrtc
License: MIT
Author: Yuichiro Tsuchiya
Author-email: t.yic.yt@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: aiortc (>=1.0.0)
Requires-Dist: streamlit (>=0.63)
Requires-Dist: typing_extensions (>=3.7.4,<4.0.0); python_version < "3.8"
Project-URL: Repository, https://github.com/whitphx/streamlit-webrtc
Description-Content-Type: text/markdown

# streamlit-webrtc

## Example
You can try out the sample app using the following commands.
```
$ pip install streamlit-webrtc opencv-python
$ streamlit run https://raw.githubusercontent.com/whitphx/streamlit-webrtc-example/main/app.py
```

You can also try it out here: https://streamlit-webrtc-example.herokuapp.com/; however, it’s running on a very small Heroku instance on a free plan, and may not work well if multiple users access it at the same time.

The deployment of the above example app is managed in this repository: https://github.com/whitphx/streamlit-webrtc-example/.

