sundea commited on
Commit
b387bf4
1 Parent(s): 12eeb3a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -22
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
  gradio
 
2
  matplotlib>=3.2.2
3
  numpy>=1.18.5,<1.24.0
4
  opencv-python>=4.1.1
@@ -11,27 +12,5 @@ torchvision>=0.8.1,!=0.13.0
11
  tqdm>=4.41.0
12
  protobuf<4.21.3
13
 
14
- # Logging -------------------------------------
15
- tensorboard>=2.4.1
16
- # wandb
17
 
18
- # Plotting ------------------------------------
19
- pandas>=1.1.4
20
- seaborn>=0.11.0
21
 
22
- # Export --------------------------------------
23
- # coremltools>=4.1 # CoreML export
24
- # onnx>=1.9.0 # ONNX export
25
- # onnx-simplifier>=0.3.6 # ONNX simplifier
26
- # scikit-learn==0.19.2 # CoreML quantization
27
- # tensorflow>=2.4.1 # TFLite export
28
- # tensorflowjs>=3.9.0 # TF.js export
29
- # openvino-dev # OpenVINO export
30
-
31
- # Extras --------------------------------------
32
- ipython # interactive notebook
33
- psutil # system utilization
34
- thop # FLOPs computation
35
- # albumentations>=1.0.3
36
- # pycocotools>=2.0 # COCO mAP
37
- # roboflow
 
1
  gradio
2
+ transformers
3
  matplotlib>=3.2.2
4
  numpy>=1.18.5,<1.24.0
5
  opencv-python>=4.1.1
 
12
  tqdm>=4.41.0
13
  protobuf<4.21.3
14
 
 
 
 
15
 
 
 
 
16