Spaces:
Paused
Paused
Create requirements.txt
Browse files- requirements.txt +8 -12
requirements.txt
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
-
#
|
2 |
-
|
3 |
torch==2.0.1
|
4 |
tensorflow==2.13.0
|
5 |
tensorflow-probability==0.21.0
|
6 |
transformers==4.36.2
|
7 |
datasets==2.16.1
|
8 |
-
huggingface_hub
|
9 |
-
pydantic
|
10 |
typing-extensions==4.5.0
|
11 |
|
12 |
# Audio & Speech
|
@@ -15,7 +14,7 @@ SpeechRecognition==3.10.1
|
|
15 |
librosa==0.10.1
|
16 |
opencv-python-headless==4.9.0.80
|
17 |
|
18 |
-
#
|
19 |
cryptography==41.0.7
|
20 |
PyJWT==2.8.0
|
21 |
python-dotenv==1.0.1
|
@@ -24,13 +23,10 @@ aiohttp==3.9.3
|
|
24 |
# NLP & Translation
|
25 |
deep-translator==1.9.3
|
26 |
|
27 |
-
# Vector
|
28 |
faiss-cpu==1.7.4
|
29 |
numpy==1.23.5
|
30 |
|
31 |
-
# UI
|
32 |
-
gradio==4.
|
33 |
-
gradio-client
|
34 |
-
|
35 |
-
|
36 |
-
# === End Lockfile ===
|
|
|
1 |
+
# AI & Model Tools
|
|
|
2 |
torch==2.0.1
|
3 |
tensorflow==2.13.0
|
4 |
tensorflow-probability==0.21.0
|
5 |
transformers==4.36.2
|
6 |
datasets==2.16.1
|
7 |
+
huggingface_hub==0.19.3
|
8 |
+
pydantic==1.10.13
|
9 |
typing-extensions==4.5.0
|
10 |
|
11 |
# Audio & Speech
|
|
|
14 |
librosa==0.10.1
|
15 |
opencv-python-headless==4.9.0.80
|
16 |
|
17 |
+
# Security
|
18 |
cryptography==41.0.7
|
19 |
PyJWT==2.8.0
|
20 |
python-dotenv==1.0.1
|
|
|
23 |
# NLP & Translation
|
24 |
deep-translator==1.9.3
|
25 |
|
26 |
+
# Vector search
|
27 |
faiss-cpu==1.7.4
|
28 |
numpy==1.23.5
|
29 |
|
30 |
+
# UI
|
31 |
+
gradio==4.21.0
|
32 |
+
gradio-client==0.9.1
|
|
|
|
|
|