Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +34 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,34 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit>=1.31.0
|
| 2 |
+
pymongo[srv]>=4.3.3
|
| 3 |
+
python-dotenv>=1.0.0
|
| 4 |
+
|
| 5 |
+
opencv-python-headless>=4.8.0.74
|
| 6 |
+
Pillow>=10.1.0
|
| 7 |
+
numpy>=1.24.0
|
| 8 |
+
|
| 9 |
+
fer>=22.5.0
|
| 10 |
+
mtcnn>=0.1.1
|
| 11 |
+
tensorflow-cpu==2.14.0
|
| 12 |
+
|
| 13 |
+
sentence-transformers>=2.2.2
|
| 14 |
+
faiss-cpu>=1.7.4
|
| 15 |
+
|
| 16 |
+
huggingface-hub>=0.20.2
|
| 17 |
+
|
| 18 |
+
plotly>=5.18.0
|
| 19 |
+
pandas>=2.1.0
|
| 20 |
+
|
| 21 |
+
requests>=2.31.0
|
| 22 |
+
bcrypt>=4.1.2
|
| 23 |
+
|
| 24 |
+
# Speech recognition (optional, comment out if not used)
|
| 25 |
+
SpeechRecognition>=3.10.0
|
| 26 |
+
|
| 27 |
+
# Audio output safety
|
| 28 |
+
pyttsx3>=2.90
|
| 29 |
+
|
| 30 |
+
# Streamlit camera + UI assets
|
| 31 |
+
altair>=5.2.0
|
| 32 |
+
|
| 33 |
+
# DB caching
|
| 34 |
+
cachetools>=5.3.2
|