Spaces:
Sleeping
Sleeping
v2
Browse files- requirements.txt +14 -32
requirements.txt
CHANGED
|
@@ -1,32 +1,14 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
openvino
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
librosa==0.10.1
|
| 16 |
-
soundfile
|
| 17 |
-
audioread
|
| 18 |
-
|
| 19 |
-
# HTTP & misc utilities
|
| 20 |
-
requests==2.32.3
|
| 21 |
-
py-cpuinfo==9.0.0
|
| 22 |
-
|
| 23 |
-
# Google Custom Search JSON API
|
| 24 |
-
google-api-python-client==2.128.0
|
| 25 |
-
google-auth>=2.0.0
|
| 26 |
-
httplib2>=0.21.0
|
| 27 |
-
uritemplate>=4.1.0
|
| 28 |
-
protobuf>=3.20.0
|
| 29 |
-
|
| 30 |
-
# Document processing
|
| 31 |
-
PyPDF2==3.0.1
|
| 32 |
-
python-docx==0.8.11
|
|
|
|
| 1 |
+
gradio==4.32.0
|
| 2 |
+
pandas
|
| 3 |
+
openvino-genai==2025.1.0.0
|
| 4 |
+
huggingface_hub
|
| 5 |
+
numpy
|
| 6 |
+
requests
|
| 7 |
+
Pillow
|
| 8 |
+
py-cpuinfo
|
| 9 |
+
openvino
|
| 10 |
+
librosa
|
| 11 |
+
google-api-python-client
|
| 12 |
+
PyPDF2
|
| 13 |
+
python-docx
|
| 14 |
+
transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|