Back to Bokeh

Face Detection Example

examples/server/app/faces/README.md

3.10.0.dev4627 B
Original Source

Face Detection Example

Create an example that uses OpenCV and efficient Bokeh streaming to perform face detection on live video input.

</img>

Setting Up

This demo requires the OpenCV package in order to run. To install OpenCV using conda, execute the command:

conda install opencv

Running

To view the app directly from a Bokeh server, navigate to the parent directory examples/server/app, and execute the command:

bokeh serve --show faces