knight965555 commited on
Commit
f8560bf
·
verified ·
1 Parent(s): 8f8f716

Create requirements.txt

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