OpenCVFlow-playground

Frontend

cd opencvflow-playground
yarn
yarn run dev

Backend

python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
python3 backend/api.py