Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +45 -45
requirements.txt
CHANGED
@@ -1,57 +1,57 @@
|
|
1 |
# --- Core runtime / UI ---
|
2 |
-
gradio>=4.36
|
3 |
-
fastapi>=0.112
|
4 |
-
uvicorn>=0.30
|
5 |
-
numpy>=1.22
|
6 |
-
requests>=2.32
|
7 |
-
websocket-client>=1.8
|
8 |
-
beautifulsoup4>=4.13
|
9 |
-
tqdm>=4.67
|
10 |
-
cryptography>=42
|
11 |
-
python-multipart>=0.0.9
|
12 |
|
13 |
-
# --- PyTorch stack
|
14 |
-
torch>=2.4
|
15 |
-
torchvision>=0.19
|
16 |
-
torchaudio>=2.4
|
17 |
|
18 |
# --- HF ecosystem / modeling ---
|
19 |
-
transformers>=4.44
|
20 |
-
tokenizers>=0.19
|
21 |
-
diffusers>=0.31
|
22 |
-
accelerate>=1.10
|
23 |
-
safetensors>=0.4
|
24 |
-
sentencepiece>=0.2
|
25 |
-
scipy>=1.11
|
26 |
-
timm>=0.9
|
27 |
-
faiss-cpu>=1.7
|
28 |
-
networkx>=3.4
|
29 |
|
30 |
# --- Audio ---
|
31 |
-
librosa>=0.10
|
32 |
-
numba>=0.59
|
33 |
-
llvmlite>=0.42
|
34 |
-
soundfile>=0.12
|
35 |
-
SpeechRecognition>=3.10
|
36 |
-
piper-tts>=1.2
|
37 |
-
webrtcvad>=2.0.10
|
38 |
-
speechbrain>=0.5.15
|
39 |
-
TTS>=0.22
|
40 |
|
41 |
# --- Image / Video ---
|
42 |
-
Pillow>=10.4
|
43 |
-
imageio>=2.36
|
44 |
-
imageio-ffmpeg>=0.4.9
|
45 |
-
moviepy>=2.1
|
46 |
-
opencv-python-headless>=4.10
|
47 |
-
pytesseract>=0.3.13
|
48 |
-
emoji>=2.12
|
49 |
|
50 |
# --- Documents ---
|
51 |
-
PyPDF2>=3.0.1
|
52 |
-
python-docx>=1.1
|
53 |
-
openpyxl>=3.1
|
54 |
-
pandas>=1.5
|
55 |
|
56 |
# --- Math / Code ---
|
57 |
-
pygments>=2.18
|
|
|
1 |
# --- Core runtime / UI ---
|
2 |
+
gradio>=4.36
|
3 |
+
fastapi>=0.112
|
4 |
+
uvicorn>=0.30
|
5 |
+
numpy>=1.22
|
6 |
+
requests>=2.32
|
7 |
+
websocket-client>=1.8
|
8 |
+
beautifulsoup4>=4.13
|
9 |
+
tqdm>=4.67
|
10 |
+
cryptography>=42
|
11 |
+
python-multipart>=0.0.9
|
12 |
|
13 |
+
# --- PyTorch stack ---
|
14 |
+
torch>=2.4
|
15 |
+
torchvision>=0.19
|
16 |
+
torchaudio>=2.4
|
17 |
|
18 |
# --- HF ecosystem / modeling ---
|
19 |
+
transformers>=4.44
|
20 |
+
tokenizers>=0.19
|
21 |
+
diffusers>=0.31
|
22 |
+
accelerate>=1.10
|
23 |
+
safetensors>=0.4
|
24 |
+
sentencepiece>=0.2
|
25 |
+
scipy>=1.11
|
26 |
+
timm>=0.9
|
27 |
+
faiss-cpu>=1.7
|
28 |
+
networkx>=3.4
|
29 |
|
30 |
# --- Audio ---
|
31 |
+
librosa>=0.10
|
32 |
+
numba>=0.59
|
33 |
+
llvmlite>=0.42
|
34 |
+
soundfile>=0.12
|
35 |
+
SpeechRecognition>=3.10
|
36 |
+
piper-tts>=1.2
|
37 |
+
webrtcvad>=2.0.10
|
38 |
+
speechbrain>=0.5.15
|
39 |
+
TTS>=0.22
|
40 |
|
41 |
# --- Image / Video ---
|
42 |
+
Pillow>=10.4
|
43 |
+
imageio>=2.36
|
44 |
+
imageio-ffmpeg>=0.4.9
|
45 |
+
moviepy>=2.1
|
46 |
+
opencv-python-headless>=4.10
|
47 |
+
pytesseract>=0.3.13
|
48 |
+
emoji>=2.12
|
49 |
|
50 |
# --- Documents ---
|
51 |
+
PyPDF2>=3.0.1
|
52 |
+
python-docx>=1.1
|
53 |
+
openpyxl>=3.1
|
54 |
+
pandas>=1.5
|
55 |
|
56 |
# --- Math / Code ---
|
57 |
+
pygments>=2.18
|