Ellaft commited on
Commit
e69ebc3
·
verified ·
1 Parent(s): 34b5fb4

Add build_dataset.py: Complete data pipeline (YouTube scraping + HF datasets + synthetic generation)"

Browse files
Files changed (1) hide show
  1. data/requirements_data.txt +9 -0
data/requirements_data.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ yt-dlp
2
+ Pillow
3
+ numpy
4
+ scipy
5
+ librosa
6
+ soundfile
7
+ datasets
8
+ huggingface_hub
9
+ imageio-ffmpeg