Upload requirement.txt
Browse files- requirement.txt +26 -0
requirement.txt
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# fastapi
|
2 |
+
# uvicorn
|
3 |
+
# pyyaml
|
4 |
+
transformers==4.41.0
|
5 |
+
numpy==1.26.4
|
6 |
+
tldextract==5.1.2
|
7 |
+
sentence-transformers==3.0.1
|
8 |
+
detoxify==0.5.0
|
9 |
+
# pandas
|
10 |
+
python-dotenv==1.0.1
|
11 |
+
django-phonenumbers
|
12 |
+
# pymongo
|
13 |
+
python-multipart==0.0.18
|
14 |
+
# psutil
|
15 |
+
# # memory_profiler
|
16 |
+
#cuda-python==12.3.0
|
17 |
+
flask==3.0.3
|
18 |
+
waitress
|
19 |
+
flask_swagger_ui==4.11.1
|
20 |
+
diffusers==0.27.2
|
21 |
+
accelerate==0.28.0
|
22 |
+
setuptools
|
23 |
+
fastapi
|
24 |
+
lib/en_core_web_lg-3.5.0-py3-none-any.whl
|
25 |
+
lib/torch-2.2.0+cu118-cp39-cp39-linux_x86_64.whl
|
26 |
+
lib/privacy-2.0.8-py3-none-any.whl
|