hprasath commited on
Commit
a8efb0b
1 Parent(s): bbcc5b2

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +134 -0
requirements.txt ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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