mohamed12ahmed commited on
Commit
4f66115
1 Parent(s): 80d0f91

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +24 -0
requirements.txt ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Ultralytics requirements
2
+ # Usage: pip install -r requirements.txt
3
+
4
+ # Base ----------------------------------------
5
+ hydra-core>=1.2.0
6
+ matplotlib>=3.2.2
7
+ numpy>=1.18.5
8
+ opencv-python>=4.1.1
9
+ Pillow>=7.1.2
10
+ PyYAML>=5.3.1
11
+ requests>=2.23.0
12
+ scipy>=1.4.1
13
+ tesseract-ocr>=5.20
14
+ pytesseract>=0.3.10
15
+
16
+
17
+ # Logging -------------------------------------
18
+ tensorboard>=2.4.1
19
+ # clearml
20
+ # comet
21
+
22
+
23
+ # HUB -----------------------------------------
24
+ GitPython>=3.1.24