Rejekts commited on
Commit
0682612
1 Parent(s): 643df07

Add requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +53 -0
requirements.txt ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio==3.43.2
2
+ torch
3
+ torchvision
4
+ torchaudio
5
+ gdown
6
+ mega.py
7
+ joblib>=1.1.0
8
+ numba==0.56.4
9
+ numpy==1.23.0
10
+ scipy
11
+ librosa==0.9.1
12
+ llvmlite==0.39.0
13
+ fairseq==0.12.2
14
+ faiss-cpu==1.7.3
15
+ Cython
16
+ pydub>=0.25.1
17
+ soundfile>=0.12.1
18
+ ffmpeg-python>=0.2.0
19
+ tensorboardX
20
+ Jinja2>=3.1.2
21
+ json5
22
+ Markdown
23
+ matplotlib>=3.7.0
24
+ matplotlib-inline>=0.1.3
25
+ praat-parselmouth>=0.4.2
26
+ Pillow>=9.1.1
27
+ resampy>=0.4.2
28
+ scikit-learn
29
+ tensorboard
30
+ tqdm>=4.63.1
31
+ tornado>=6.1
32
+ Werkzeug>=2.2.3
33
+ uc-micro-py>=1.0.1
34
+ sympy>=1.11.1
35
+ tabulate>=0.8.10
36
+ PyYAML>=6.0
37
+ pyasn1>=0.4.8
38
+ pyasn1-modules>=0.2.8
39
+ fsspec>=2022.11.0
40
+ absl-py>=1.2.0
41
+ audioread
42
+ uvicorn>=0.21.1
43
+ colorama>=0.4.5
44
+ pyworld==0.3.2
45
+ httpx
46
+ onnxruntime; sys_platform == 'darwin'
47
+ onnxruntime-gpu; sys_platform != 'darwin'
48
+ torchcrepe==0.0.20
49
+ fastapi==0.88
50
+ ffmpy==0.3.1
51
+ python-dotenv>=1.0.0
52
+ av
53
+ pydantic==1.10.12