Spaces:
Paused
Paused
Create requirements.txt
Browse files- requirements.txt +24 -1
requirements.txt
CHANGED
|
@@ -1 +1,24 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core AI Libraries
|
| 2 |
+
transformers>=4.36.0
|
| 3 |
+
torch>=2.1.0
|
| 4 |
+
faiss-cpu>=1.7.4
|
| 5 |
+
numpy>=1.23.0
|
| 6 |
+
|
| 7 |
+
# Security & Utilities
|
| 8 |
+
cryptography>=41.0.0
|
| 9 |
+
jwt>=1.3.1
|
| 10 |
+
python-dotenv>=1.0.0
|
| 11 |
+
|
| 12 |
+
# Speech & Voice Processing
|
| 13 |
+
pyttsx3>=2.90
|
| 14 |
+
speechrecognition>=3.10.0
|
| 15 |
+
|
| 16 |
+
# Async & Web API
|
| 17 |
+
aiohttp>=3.9.0
|
| 18 |
+
fastapi>=0.110.0
|
| 19 |
+
uvicorn>=0.24.0
|
| 20 |
+
asyncio>=3.4.3
|
| 21 |
+
|
| 22 |
+
# Vector Databases & AI Memory
|
| 23 |
+
pinecone-client>=2.2.4
|
| 24 |
+
chromadb>=0.4.5
|