Spaces:
Build error
Build error
Upload requirements.txt
Browse files- requirements.txt +57 -0
requirements.txt
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Gradio Framework
|
| 2 |
+
gradio==4.44.0
|
| 3 |
+
|
| 4 |
+
# Deep Learning
|
| 5 |
+
torch>=2.0.0
|
| 6 |
+
torchvision>=0.15.0
|
| 7 |
+
torchaudio>=2.0.0
|
| 8 |
+
|
| 9 |
+
# Computer Vision
|
| 10 |
+
opencv-python>=4.8.0
|
| 11 |
+
opencv-contrib-python>=4.8.0
|
| 12 |
+
Pillow>=10.0.0
|
| 13 |
+
imageio>=2.31.0
|
| 14 |
+
imageio-ffmpeg>=0.4.9
|
| 15 |
+
scikit-image>=0.21.0
|
| 16 |
+
|
| 17 |
+
# Audio Processing
|
| 18 |
+
librosa>=0.10.0
|
| 19 |
+
soundfile>=0.12.0
|
| 20 |
+
scipy>=1.11.0
|
| 21 |
+
pydub>=0.25.0
|
| 22 |
+
|
| 23 |
+
# TTS - Arabic Text to Speech
|
| 24 |
+
TTS>=0.22.0
|
| 25 |
+
phonemizer>=3.2.0
|
| 26 |
+
|
| 27 |
+
# LipSync Models
|
| 28 |
+
git+https://github.com/OpenTalker/SadTalker.git
|
| 29 |
+
git+https://github.com/Rudrabha/Wav2Lip.git
|
| 30 |
+
|
| 31 |
+
# Face Detection & Analysis
|
| 32 |
+
face-alignment>=1.3.5
|
| 33 |
+
dlib>=19.24.0
|
| 34 |
+
mediapipe>=0.10.0
|
| 35 |
+
retinaface-pytorch>=0.0.4
|
| 36 |
+
|
| 37 |
+
# Video Processing
|
| 38 |
+
moviepy>=1.0.3
|
| 39 |
+
ffmpeg-python>=0.2.0
|
| 40 |
+
|
| 41 |
+
# Utilities
|
| 42 |
+
numpy>=1.24.0
|
| 43 |
+
tqdm>=4.65.0
|
| 44 |
+
pyyaml>=6.0
|
| 45 |
+
requests>=2.31.0
|
| 46 |
+
basicsr>=1.4.2
|
| 47 |
+
facexlib>=0.3.0
|
| 48 |
+
gfpgan>=1.3.8
|
| 49 |
+
realesrgan>=0.3.0
|
| 50 |
+
|
| 51 |
+
# Additional Dependencies
|
| 52 |
+
yacs>=0.1.8
|
| 53 |
+
kornia>=0.7.0
|
| 54 |
+
einops>=0.7.0
|
| 55 |
+
safetensors>=0.4.0
|
| 56 |
+
accelerate>=0.24.0
|
| 57 |
+
transformers>=4.35.0
|