Flux9665 commited on
Commit
709586b
1 Parent(s): 04b3b28

Upload 3 files

Browse files
Files changed (3) hide show
  1. app.py +10 -0
  2. packages.txt +5 -0
  3. requirements.txt +27 -0
app.py ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ import os
2
+
3
+ os.system("git clone --branch v2.b https://github.com/DigitalPhonetics/IMS-Toucan.git toucan_codebase")
4
+ os.system("mv toucan_codebase/* .")
5
+
6
+ from run_model_downloader import download_models
7
+ from demo import Demo
8
+
9
+ download_models()
10
+ Demo(gpu_id="cpu")
packages.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ libsndfile1
2
+ espeak-ng
3
+ ffmpeg
4
+ libasound-dev
5
+ libportaudio2
requirements.txt ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ torch_complex~=0.4.3
2
+ tqdm~=4.64.1
3
+ scipy~=1.9.3
4
+ librosa~=0.9.2
5
+ scikit-learn~=1.1.3
6
+ praat-parselmouth~=0.4.2
7
+ torch~=1.13.0
8
+ numpy~=1.23.4
9
+ torchaudio~=0.13.0
10
+ soundfile~=0.11.0
11
+ urllib3~=1.26.12
12
+ pypinyin~=0.47.1
13
+ pyloudnorm~=0.1.0
14
+ numba~=0.56.4
15
+ cvxopt~=1.3.0
16
+ sounddevice~=0.4.5
17
+ matplotlib~=3.6.2
18
+ phonemizer~=3.2.1
19
+ gradio~=3.19.1
20
+ wandb~=0.13.5
21
+ pedalboard~=0.6.3
22
+ speechbrain~=0.5.13
23
+ dragonmapper~=0.2.6
24
+ auraloss~=0.2.2
25
+ alias_free_torch~=0.0.6
26
+ sentence_transformers
27
+ flair