Durganihantri
commited on
Create requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
opencv-python
|
3 |
+
deepface
|
4 |
+
tensorflow
|
5 |
+
tf-keras
|
6 |
+
numpy
|
7 |
+
pandas
|
8 |
+
torch
|
9 |
+
speechrecognition
|
10 |
+
pydub
|
11 |
+
transformers
|
12 |
+
librosa
|
13 |
+
noisereduce
|
14 |
+
matplotlib
|
15 |
+
plotly
|