Skip to content

robmarkcole/yolov5-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yolov5-ui

Web ui for yolov5 using Streamlit

Usage (Mac)

  • Create and activate a venv: python3 -m venv venv and source venv/bin/activate
  • Install requirements: pip install -r requirements.txt
  • Run streamlit from app folder: streamlit run app.py

Deploy to Huggingface space

References

Related projects