Update README.md
This commit is contained in:
@@ -2,16 +2,24 @@
|
|||||||
Formant Tracking & Estimation
|
Formant Tracking & Estimation
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Installation instructions
|
||||||
|
|
||||||
|
Dependencies:
|
||||||
|
Run these lines in a terminal to install everything necessary for feature extraction.
|
||||||
|
```
|
||||||
sudo apt-get install python-numpy python-scipy python-matplotlib python-nose python-pip
|
sudo apt-get install python-numpy python-scipy python-matplotlib python-nose python-pip
|
||||||
|
|
||||||
sudo pip install scikits.talkbox
|
sudo pip install scikits.talkbox
|
||||||
|
```
|
||||||
|
Next for the installation of Torch for loading the models run this.
|
||||||
|
```
|
||||||
git clone https://github.com/torch/distro.git ~/torch --recursive
|
git clone https://github.com/torch/distro.git ~/torch --recursive
|
||||||
|
|
||||||
cd ~/torch; bash install-deps;
|
cd ~/torch; bash install-deps;
|
||||||
|
|
||||||
./install.sh
|
./install.sh
|
||||||
|
```
|
||||||
|
|
||||||
Link to Estimation model
|
Link to Estimation model
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user