Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +37 -0
requirements.txt
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Core Dependencies
|
2 |
+
aiohttp==3.9.3
|
3 |
+
dateparser==1.2.0
|
4 |
+
python-dateutil==2.9.0.post0
|
5 |
+
regex==2024.4.16
|
6 |
+
psutil==5.9.8
|
7 |
+
|
8 |
+
# NLP/ML Requirements
|
9 |
+
transformers==4.41.0
|
10 |
+
torch==2.3.0
|
11 |
+
scikit-learn==1.4.2
|
12 |
+
numpy==1.26.4
|
13 |
+
bitsandbytes==0.43.0
|
14 |
+
accelerate==0.29.3
|
15 |
+
|
16 |
+
# Security/Crypto
|
17 |
+
cryptography==42.0.5
|
18 |
+
|
19 |
+
# Additional Processing
|
20 |
+
tqdm==4.66.2
|
21 |
+
|
22 |
+
# Optional GPU Support (uncomment if needed)
|
23 |
+
# torchaudio==2.3.0
|
24 |
+
# torchvision==0.18.0
|
25 |
+
fastapi
|
26 |
+
uvicorn
|
27 |
+
transformers==4.11.3
|
28 |
+
torch
|
29 |
+
aiohttp
|
30 |
+
pydantic
|
31 |
+
python-dotenv
|
32 |
+
requests
|
33 |
+
scikit-learn
|
34 |
+
numpy
|
35 |
+
psutil
|
36 |
+
cryptography
|
37 |
+
sentence-transformers
|