Create requirements.txt
Browse files- requirements.txt +24 -0
requirements.txt
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|