Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 781 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 781 Bytes

Streamlit-GroundingDINO


Dashboard for Grounding DINO: Marrying DINO with Grounded Pre-Training for Open-Set Object Detection

Dashboard

dashboard

Installtion

  1. Clone this Repo
git clone https://github.com/naseemap47/Streamlit-GroundingDINO.git
cd Streamlit-GroundingDINO
  1. Install Libraries
pip install torch torchvision torchaudio
pip install -r GroundingDINO/requirements.txt
pip install streamlit wget
pip install -e ./GroundingDINO/

Run Dashboard

streamlit run app.py