The client streams live video to the server using socket. Object detection is on the server side.
- Install the packages
pip install -r requirements.txt - Run the server script
python server.py - Start the client
- add esp32 code to send video
- add object detection in server