Annas Dev commited on
Commit
4c23a3e
·
1 Parent(s): 7cb9233

update cv2 version

Browse files
Files changed (2) hide show
  1. .gitpod.yml +10 -0
  2. requirements.txt +79 -41
.gitpod.yml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ tasks:
3
+ - init: pip install -r requirements.txt
4
+ command: python app.py
5
+
6
+
7
+
8
+ vscode:
9
+ extensions:
10
+ - ms-python.python
requirements.txt CHANGED
@@ -1,41 +1,79 @@
1
- # Usage: pip install -r requirements.txt
2
-
3
- # Base ----------------------------------------
4
- matplotlib>=3.2.2
5
- numpy>=1.18.5
6
- opencv-python>=4.1.1
7
- Pillow>=7.1.2
8
- PyYAML>=5.3.1
9
- requests>=2.23.0
10
- scipy>=1.4.1
11
- torch>=1.7.0,!=1.12.0
12
- torchvision>=0.8.1,!=0.13.0
13
- tqdm>=4.41.0
14
- protobuf<4.21.3
15
-
16
- # Logging -------------------------------------
17
- tensorboard>=2.4.1
18
- # wandb
19
-
20
- # Plotting ------------------------------------
21
- pandas>=1.1.4
22
- seaborn>=0.11.0
23
-
24
- # Export --------------------------------------
25
- # coremltools>=4.1 # CoreML export
26
- # onnx>=1.9.0 # ONNX export
27
- # onnx-simplifier>=0.3.6 # ONNX simplifier
28
- # scikit-learn==0.19.2 # CoreML quantization
29
- # tensorflow>=2.4.1 # TFLite export
30
- # tensorflowjs>=3.9.0 # TF.js export
31
- # openvino-dev # OpenVINO export
32
-
33
- # Extras --------------------------------------
34
- ipython # interactive notebook
35
- psutil # system utilization
36
- thop # FLOPs computation
37
- # albumentations>=1.0.3
38
- # pycocotools>=2.0 # COCO mAP
39
- # roboflow
40
-
41
- easyocr==1.6.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==1.2.0
2
+ aiohttp==3.8.1
3
+ aiosignal==1.2.0
4
+ analytics-python==1.4.0
5
+ anyio==3.6.1
6
+ async-timeout==4.0.2
7
+ backoff==1.10.0
8
+ bcrypt==4.0.0
9
+ cachetools==5.2.0
10
+ click==8.1.3
11
+ contourpy==1.0.5
12
+ cycler==0.11.0
13
+ easyocr==1.6.1
14
+ fastapi==0.85.0
15
+ ffmpy==0.3.0
16
+ fonttools==4.37.2
17
+ frozenlist==1.3.1
18
+ fsspec==2022.8.2
19
+ google-auth==2.11.0
20
+ google-auth-oauthlib==0.4.6
21
+ gradio==3.3.1
22
+ grpcio==1.49.0
23
+ h11==0.12.0
24
+ httpcore==0.15.0
25
+ httpx==0.23.0
26
+ imageio==2.21.3
27
+ kiwisolver==1.4.4
28
+ linkify-it-py==1.0.3
29
+ Markdown==3.4.1
30
+ markdown-it-py==2.1.0
31
+ matplotlib==3.6.0
32
+ mdit-py-plugins==0.3.0
33
+ mdurl==0.1.2
34
+ monotonic==1.6
35
+ multidict==6.0.2
36
+ networkx==2.8.6
37
+ ninja==1.10.2.3
38
+ numpy==1.23.3
39
+ oauthlib==3.2.1
40
+ opencv-python==4.5.5.64
41
+ opencv-python-headless==4.5.4.60
42
+ orjson==3.8.0
43
+ pandas==1.4.4
44
+ paramiko==2.11.0
45
+ Pillow==9.2.0
46
+ protobuf==3.19.5
47
+ pyasn1==0.4.8
48
+ pyasn1-modules==0.2.8
49
+ pyclipper==1.3.0.post3
50
+ pycryptodome==3.15.0
51
+ pydantic==1.10.2
52
+ pydub==0.25.1
53
+ PyNaCl==1.5.0
54
+ python-bidi==0.4.2
55
+ python-multipart==0.0.5
56
+ pytz==2022.2.1
57
+ PyWavelets==1.4.1
58
+ requests-oauthlib==1.3.1
59
+ rfc3986==1.5.0
60
+ rsa==4.9
61
+ scikit-image==0.19.3
62
+ scipy==1.9.1
63
+ seaborn==0.12.0
64
+ Shapely==1.8.4
65
+ sniffio==1.3.0
66
+ starlette==0.20.4
67
+ tensorboard==2.10.0
68
+ tensorboard-data-server==0.6.1
69
+ tensorboard-plugin-wit==1.8.1
70
+ thop==0.1.1.post2209072238
71
+ tifffile==2022.8.12
72
+ torch==1.12.1
73
+ torchvision==0.13.1
74
+ tqdm==4.64.1
75
+ uc-micro-py==1.0.1
76
+ uvicorn==0.18.3
77
+ websockets==10.3
78
+ Werkzeug==2.2.2
79
+ yarl==1.8.1