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

Update setup.sh (#1)

Browse files

- Update setup.sh (c4bb9e587252881d8a064dd054051fdeda1fbf7e)

Files changed (1) hide show
  1. setup.sh +5 -2
setup.sh CHANGED
@@ -2,6 +2,9 @@
2
  # Clone YOLOv10 repository
3
  git clone https://github.com/WongKinYiu/YOLOv10.git /YOLOv10
4
 
5
- # Install dependencies
6
  cd /YOLOv10
7
- pip install -r requirements.txt
 
 
 
 
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