Gagan0141 commited on
Commit
6619c07
·
verified ·
1 Parent(s): c531bb6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -34
requirements.txt CHANGED
@@ -1,34 +1,14 @@
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
 
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