Streamlit Server doesn't have GPU, so to deploy the model, I used deploy
branch (without GPU option)
Only master
contain all codes and details. (both GPU and CPU options)
So better to clone master
branch and run in your own system
- RTSP
- Webcam
- Video
- Image
git clone https://github.com/joel5638/streamlit-yolov7-master.git
cd streamlit-yolov7
Install dependency
pip3 install -r requirements.txt
Run Streamlit
streamlit run app.py