Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
tensorflow==2.12
|
| 2 |
+
tensorflow-addons[tensorflow]
|
| 3 |
+
facenet_pytorch
|
| 4 |
+
numpy
|
| 5 |
+
opencv-python
|
| 6 |
+
opencv-python-headless
|
| 7 |
+
mtcnn
|
| 8 |
+
moviepy
|
| 9 |
+
librosa
|