Client and server solution for motion detection with webcam.
1 computer runs server with camera input, seperate computer runs client.
Run these commands inside the server
directory
python -m venv venv
venv/bin/activate
pip install -r requirements.txt
python main.py
will do later
- Test on mac and windows
- Migrate client to react
- Restructure server code