Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SakibHasan
/
license_plate_classifier2
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
SakibRumu
commited on
Apr 6
Commit
560d81b
·
verified
·
1 Parent(s):
a1ed15a
Create setup.sh
Browse files
Files changed (1)
hide
show
setup.sh
+4
-0
setup.sh
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
#!/bin/bash
2
+
git clone https://github.com/WongKinYiu/YOLOv10.git
3
+
cd YOLOv10
4
+
pip install -r requirements.txt # Install dependencies