galangswibawa commited on
Commit
1d335cc
·
verified ·
1 Parent(s): fd2a8f6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +24 -6
requirements.txt CHANGED
@@ -1,6 +1,24 @@
1
- faicons
2
- shiny
3
- shinywidgets
4
- plotly
5
- pandas
6
- ridgeplot
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Video processing
2
+ moviepy>=1.0.3
3
+ opencv-python>=4.8.0
4
+ numpy>=1.24.0
5
+
6
+ # YouTube downloader
7
+ pytube>=15.0.0
8
+
9
+ # AI and ML dependencies
10
+ tensorflow>=2.15.0
11
+ librosa>=0.10.1
12
+
13
+ # Utility packages
14
+ decorator>=4.4.2
15
+ proglog>=0.1.10
16
+ requests>=2.31.0
17
+ tqdm>=4.66.1
18
+
19
+ # Image processing
20
+ Pillow>=10.0.0
21
+
22
+ # Audio processing
23
+ soundfile>=0.12.1
24
+ scipy>=1.11.0