Spaces:
Sleeping
Sleeping
Update setup.sh
Browse files
setup.sh
CHANGED
@@ -1,10 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
# Navigate to YOLOv10 folder and install dependencies
|
6 |
-
cd /YOLOv10
|
7 |
-
pip install -r requirements.txt
|
8 |
-
|
9 |
-
# Make sure all other dependencies for your app are installed (like pytesseract, opencv, etc.)
|
10 |
-
pip install torch opencv-python pytesseract numpy gradio
|
|
|
1 |
+
git clone https://github.com/ultralytics/yolov5
|
2 |
+
cd yolov5
|
3 |
+
pip install -r requirements.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|