keithhon commited on
Commit
7261cce
1 Parent(s): 2de7e7e

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -0
requirements.txt ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ umap-learn
2
+ visdom
3
+ librosa>=0.8.0
4
+ matplotlib>=3.3.0
5
+ numpy==1.19.3; platform_system == "Windows"
6
+ numpy==1.19.4; platform_system != "Windows"
7
+ scipy>=1.0.0
8
+ tqdm
9
+ sounddevice
10
+ SoundFile
11
+ Unidecode
12
+ inflect
13
+ multiprocess
14
+ numba
15
+ webrtcvad; platform_system != "Windows"
16
+ torch