Skip to content

Commit

Permalink
requirements.txt added
Browse files Browse the repository at this point in the history
  • Loading branch information
mansour committed Nov 28, 2016
1 parent 470de30 commit 9175881
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ The final architecture is shown in the following figure.
1. [librosa](https://github.com/librosa/librosa) >= 0.4.3
1. [tqdm] (https://github.com/tqdm/tqdm) >= 4.10.0

To install the required python packages ( except TensorFlow ), run

```
pip install -r requirements.txt
```

## Dataset

We used only 36,395 sentences in the VCTK corpus with a length of more than 5 seconds to prevent CTC loss errors. VCTK corpus can be downloaded from [http://homepages.inf.ed.ac.uk/jyamagis/release/VCTK-Corpus.tar.gz](http://homepages.inf.ed.ac.uk/jyamagis/release/VCTK-Corpus.tar.gz). After downloading, extract the 'VCTK-Corpus.tar.gz' file to the 'asset/data/' directory.
Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
sugartensor>=0.0.1.9
pandas>=0.19.1
librosa>=0.4.3
tqdm>=4.10.0

0 comments on commit 9175881

Please sign in to comment.