Sakibrumu commited on
Commit
bb38af5
·
verified ·
1 Parent(s): 5fd30f3

Update setup.sh

Browse files
Files changed (1) hide show
  1. setup.sh +3 -10
setup.sh CHANGED
@@ -1,10 +1,3 @@
1
- #!/bin/bash
2
- # Clone YOLOv10 repository
3
- git clone https://github.com/WongKinYiu/YOLOv10.git /YOLOv10
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