This codebase create a realtime web demo with streamlit. As you can see from the streamlit deploy, if you do not have a GPU you cannot be realtime.
python3.8 -m venv venv
source venv/bin/activate
# or on fish shell
source venv/bin/activate.fish
pip install -r requirements.txt
python -m streamlit run app.py
- streamlit: library for web demo
- streamlit_webrtc: to use webcam from browser on stramlit
- yolov5: trained model