Web interface for Angus.ai services rendering
- A very simple web server that:
- Grab video camera frames
- Send it to Angus.ai to analyse
- Get back results (states and events)
- Add computed information on a new layer (above original video)
- Provide a server with 3 endpoints (on port 8888):
- http://localhost:8888/mjpeg a video stream with results
- http://localhost:8888/notifications an event source endpoint for events
- http://localhost:8888/index.html a landing page
$> pip install angus-web-visu
$> python -m angusvisu.webinterface.server