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

https://github.com/null-none/aiortc-opencv

aiortc + OpenCV using Docker
https://github.com/null-none/aiortc-opencv

Last synced: about 1 year ago
JSON representation

aiortc + OpenCV using Docker

Awesome Lists containing this project

README

          

# aiortc OpenCV example using Docker

Just run https://github.com/aiortc/aiortc/tree/master/examples/server on Docker.

```
docker build ./ -t aiortc-opencv
docker run -p 8080:8080 aiortc-opencv
```

Then open http://localhost:8080/ on your browser.