Image-Processsing commited on
Commit
52f59b9
·
1 Parent(s): 85b6267

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +93 -134
requirements.txt CHANGED
@@ -1,134 +1,93 @@
1
- absl-py==2.1.0
2
- aiohttp==3.9.3
3
- aiosignal==1.3.1
4
- annotated-types==0.6.0
5
- anyio==4.3.0
6
- asgiref==3.7.2
7
- astunparse==1.6.3
8
- attrs==23.2.0
9
- audioread==3.0.1
10
- beautifulsoup4==4.12.3
11
- blinker==1.7.0
12
- cachelib==0.9.0
13
- certifi==2024.2.2
14
- cffi==1.16.0
15
- charset-normalizer==3.3.2
16
- click==8.1.7
17
- colorama==0.4.6
18
- decorator==4.4.2
19
- distro==1.9.0
20
- Django==5.0.1
21
- django-cors-headers==4.3.1
22
- django-restframework==0.0.1
23
- djangorestframework==3.14.0
24
- dlib==19.24.2
25
- et-xmlfile==1.1.0
26
- face-recognition==1.3.0
27
- face_recognition_models==0.3.0
28
- filelock==3.13.3
29
- Flask==3.0.2
30
- Flask-Caching==2.1.0
31
- Flask-Cors==4.0.0
32
- flatbuffers==24.3.25
33
- frozenlist==1.4.1
34
- fsspec==2024.3.1
35
- gast==0.5.4
36
- gensim==4.3.2
37
- google-pasta==0.2.0
38
- grpcio==1.62.1
39
- h11==0.14.0
40
- h5py==3.10.0
41
- httpcore==1.0.4
42
- httpx==0.27.0
43
- huggingface-hub==0.22.2
44
- idna==3.6
45
- imageio==2.34.0
46
- imageio-ffmpeg==0.4.9
47
- itsdangerous==2.1.2
48
- Jinja2==3.1.3
49
- joblib==1.3.2
50
- keras==3.1.1
51
- lazy_loader==0.3
52
- libclang==18.1.1
53
- librosa==0.10.1
54
- llvmlite==0.42.0
55
- Markdown==3.6
56
- markdown-it-py==3.0.0
57
- MarkupSafe==2.1.5
58
- mdurl==0.1.2
59
- ml-dtypes==0.3.2
60
- moviepy==1.0.3
61
- mpmath==1.3.0
62
- msgpack==1.0.8
63
- multidict==6.0.5
64
- namex==0.0.7
65
- networkx==3.2.1
66
- numba==0.59.1
67
- numpy==1.26.3
68
- openai==0.28.0
69
- opencv-python==4.9.0.80
70
- openpyxl==3.1.2
71
- opt-einsum==3.3.0
72
- optree==0.11.0
73
- outcome==1.3.0.post0
74
- packaging==24.0
75
- pandas==2.2.0
76
- pillow==10.3.0
77
- platformdirs==4.2.0
78
- pooch==1.8.1
79
- proglog==0.1.10
80
- protobuf==4.25.3
81
- pycparser==2.22
82
- pydantic==2.6.3
83
- pydantic_core==2.16.3
84
- pydub==0.25.1
85
- Pygments==2.17.2
86
- PyMuPDF==1.24.0
87
- PyMuPDFb==1.24.0
88
- PySocks==1.7.1
89
- python-dateutil==2.8.2
90
- python-dotenv==1.0.1
91
- pytz==2023.4
92
- PyYAML==6.0.1
93
- regex==2023.12.25
94
- requests==2.31.0
95
- rich==13.7.1
96
- safetensors==0.4.2
97
- scikit-learn==1.4.1.post1
98
- scipy==1.12.0
99
- selenium==4.19.0
100
- setuptools==69.2.0
101
- six==1.16.0
102
- smart-open==7.0.4
103
- sniffio==1.3.1
104
- sortedcontainers==2.4.0
105
- soundfile==0.12.1
106
- soupsieve==2.5
107
- soxr==0.3.7
108
- SpeechRecognition==3.10.1
109
- sqlparse==0.4.4
110
- sympy==1.12
111
- tensorboard==2.16.2
112
- tensorboard-data-server==0.7.2
113
- tensorflow==2.16.1
114
- tensorflow-intel==2.16.1
115
- termcolor==2.4.0
116
- tf_keras==2.16.0
117
- threadpoolctl==3.4.0
118
- timm==0.9.16
119
- tokenizers==0.15.2
120
- torch==2.2.2
121
- torchvision==0.17.2
122
- tqdm==4.66.2
123
- transformers==4.39.2
124
- trio==0.25.0
125
- trio-websocket==0.11.1
126
- typing_extensions==4.10.0
127
- tzdata==2023.4
128
- urllib3==2.2.1
129
- webdriver-manager==4.0.1
130
- Werkzeug==3.0.1
131
- wheel==0.43.0
132
- wrapt==1.16.0
133
- wsproto==1.2.0
134
- yarl==1.9.4
 
1
+ absl-py==2.1.0
2
+ astunparse==1.6.3
3
+ audioread==3.0.1
4
+ blinker==1.7.0
5
+ cachelib==0.9.0
6
+ certifi==2024.2.2
7
+ cffi==1.16.0
8
+ charset-normalizer==3.3.2
9
+ click==8.1.7
10
+ colorama==0.4.6
11
+ decorator==4.4.2
12
+ dm-tree==0.1.8
13
+ dnspython==2.6.1
14
+ filelock==3.13.1
15
+ Flask==3.0.2
16
+ Flask-Caching==2.1.0
17
+ Flask-Cors==4.0.0
18
+ flatbuffers==24.3.7
19
+ fsspec==2024.2.0
20
+ gast==0.5.4
21
+ gensim==4.3.2
22
+ google-pasta==0.2.0
23
+ grpcio==1.62.1
24
+ h5py==3.10.0
25
+ huggingface-hub==0.21.4
26
+ idna==3.6
27
+ imageio==2.34.0
28
+ imageio-ffmpeg==0.4.9
29
+ itsdangerous==2.1.2
30
+ Jinja2==3.1.3
31
+ joblib==1.3.2
32
+ keras==3.0.5
33
+ lazy_loader==0.3
34
+ libclang==16.0.6
35
+ librosa==0.10.1
36
+ llvmlite==0.42.0
37
+ Markdown==3.6
38
+ markdown-it-py==3.0.0
39
+ MarkupSafe==2.1.5
40
+ mdurl==0.1.2
41
+ ml-dtypes==0.3.2
42
+ moviepy==1.0.3
43
+ mpmath==1.3.0
44
+ msgpack==1.0.8
45
+ namex==0.0.7
46
+ networkx==3.2.1
47
+ numba==0.59.0
48
+ numpy==1.26.4
49
+ opencv-python==4.9.0.80
50
+ opt-einsum==3.3.0
51
+ packaging==23.2
52
+ pillow==10.2.0
53
+ platformdirs==4.2.0
54
+ pooch==1.8.1
55
+ proglog==0.1.10
56
+ protobuf==4.25.3
57
+ pycparser==2.21
58
+ Pygments==2.17.2
59
+ pymongo==4.6.2
60
+ PyMuPDF==1.24.1
61
+ PyMuPDFb==1.24.1
62
+ python-dotenv==1.0.1
63
+ PyYAML==6.0.1
64
+ regex==2023.12.25
65
+ requests==2.31.0
66
+ rich==13.7.1
67
+ safetensors==0.4.2
68
+ scikit-learn==1.4.1.post1
69
+ scipy==1.12.0
70
+ setuptools==69.2.0
71
+ six==1.16.0
72
+ smart-open==7.0.1
73
+ soundfile==0.12.1
74
+ soxr==0.3.7
75
+ SpeechRecognition==3.10.3
76
+ sympy==1.12
77
+ tensorboard==2.16.2
78
+ tensorboard-data-server==0.7.2
79
+ tensorflow==2.16.1
80
+ tensorflow-intel==2.16.1
81
+ termcolor==2.4.0
82
+ threadpoolctl==3.3.0
83
+ timm==0.9.16
84
+ tokenizers==0.15.2
85
+ torch==2.2.1
86
+ torchvision==0.17.1
87
+ tqdm==4.66.2
88
+ transformers==4.38.2
89
+ typing_extensions==4.10.0
90
+ urllib3==2.2.1
91
+ Werkzeug==3.0.1
92
+ wheel==0.43.0
93
+ wrapt==1.16.0