Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +14 -34
requirements.txt
CHANGED
|
@@ -1,34 +1,14 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
pymongo[srv]
|
| 3 |
-
python-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 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
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
pymongo[srv]
|
| 3 |
+
opencv-python-headless
|
| 4 |
+
Pillow
|
| 5 |
+
numpy
|
| 6 |
+
fer
|
| 7 |
+
mtcnn
|
| 8 |
+
sentence-transformers
|
| 9 |
+
faiss-cpu
|
| 10 |
+
huggingface-hub
|
| 11 |
+
plotly
|
| 12 |
+
pandas
|
| 13 |
+
requests
|
| 14 |
+
bcrypt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|