-
Install Requirements
pip install -r requirements.txt
-
Run Video Stream Server
python video_streaming_backend/video_stream_server.py
-
Run Backend (in new terminal)
python backend.py
This project consists of:
- Backend Flask server (
backend.py) - Video streaming server (
video_streaming_backend/video_stream_server.py) - React Native client app (
client/poolside/) - Various utility modules and routes