These dependencies are required to be installed and available in your system path:
- python3 with the following modules:
- opencv
- flask
- ffmpeg
- node
- Pull the voc-poc repo:
git pull git@github.com:fpv-wtf/voc-poc.git
- Move to the
voc-poc
directory and runnpm install
- Run the app:
python3 app.py
- Open the url that gets printed out in the terminal
...
* Running on http://192.168.0.171:5000/ (Press CTRL+C to quit)
...