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