ziadMamdouh88
commited on
Commit
·
89dbb3d
1
Parent(s):
30b05ee
Add Wav2Lip project files and dependencies
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
librosa
|
2 |
+
numpy
|
3 |
+
opencv-contrib-python
|
4 |
+
opencv-python
|
5 |
+
torch
|
6 |
+
torchvision
|
7 |
+
tqdm
|
8 |
+
numba
|
9 |
+
gTTS
|
10 |
+
Pillow
|
11 |
+
pygame
|
12 |
+
moviepy
|
13 |
+
dlib
|