File size: 391 Bytes
952467c
 
 
 
 
 
 
4882ac4
952467c
 
 
 
 
 
 
 
4882ac4
 
 
 
952467c
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Core dependencies
gradio==3.50.2
python-dotenv==1.0.0
tqdm==4.66.1

# Video and audio processing
ffmpeg-python==0.2.0
#moviepy==1.0.3
pydub==0.25.1

# Speech recognition and text-to-speech
assemblyai==0.15.1
gTTS==2.3.2

# Translation and subtitle handling
deep-translator==1.9.2
#pysrt==1.1.2

moviepy==1.0.3 --prefer-binary
pysrt==1.1.2 --prefer-binary

# Utility packages
loguru==0.7.2