chauhuynh90 commited on
Commit
0a6a2e8
·
1 Parent(s): cf8f583

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +45 -0
requirements.txt ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Base ----------------------------------------
2
+ matplotlib>=3.2.2
3
+ numpy>=1.22.3
4
+ opencv-python-headless>=4.5.5.64
5
+ Pillow>=7.1.2
6
+ PyYAML>=5.3.1
7
+ requests>=2.23.0
8
+ scipy>=1.4.1 # Google Colab version
9
+ torch>=1.7.0
10
+ torchvision>=0.8.1
11
+ tqdm>=4.41.0
12
+
13
+ # Gradio YOLOv5 Det ----------------------------------------
14
+ gradio>=3.0.3
15
+ wget>=3.2
16
+ rich>=12.2.0
17
+ fpdf>=1.7.2
18
+ plotly>=5.7.0
19
+ bokeh>=2.4.2
20
+ openpyxl>=3.0.10
21
+
22
+ # Logging -------------------------------------
23
+ tensorboard>=2.4.1
24
+ # wandb
25
+
26
+ # Plotting ------------------------------------
27
+ pandas>=1.1.4
28
+ seaborn>=0.11.0
29
+
30
+ # Export --------------------------------------
31
+ # coremltools>=4.1 # CoreML export
32
+ # onnx>=1.9.0 # ONNX export
33
+ # onnx-simplifier>=0.3.6 # ONNX simplifier
34
+ # scikit-learn==0.19.2 # CoreML quantization
35
+ # tensorflow>=2.4.1 # TFLite export
36
+ # tensorflowjs>=3.9.0 # TF.js export
37
+ # openvino-dev # OpenVINO export
38
+
39
+ # Extras --------------------------------------
40
+ ipython # interactive notebook
41
+ psutil # system utilization
42
+ thop # FLOPs computation
43
+ # albumentations>=1.0.3
44
+ # pycocotools>=2.0 # COCO mAP
45
+ # roboflow