video_stream / README.md
MarcSkovMadsen's picture
Upload 4 files
0be8eeb
|
raw
history blame
No virus
572 Bytes
---
title: Video Stream
emoji: 📷
colorFrom: indigo
colorTo: pink
sdk: static
pinned: false
license: mit
---
See [video_stream](https://awesome-panel.org/resources/video_stream/) by [awesome-panel.org](https://awesome-panel.org) for more info.
## Serve
```python
panel serve index.py --autoreload
```
## Convert to Pyodide
```bash
panel convert index.py --to pyodide-worker
```
Please note you will currently have to manually remove `PIL` and change `skimage` to `scikit-image`
in the `index.js` file ([Issue #6170](https://github.com/holoviz/panel/issues/6170)).