2016-06-22 10:48:01 +03:00
2016-06-16 18:01:20 +03:00
2016-06-16 18:01:20 +03:00
2016-06-16 18:01:20 +03:00
2016-06-22 10:48:01 +03:00

DeepFormants

Formant Tracking & Estimation

Installation instructions

Download the code.

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 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

cd ~/torch; bash install-deps;

./install.sh

Download the pre-trained estimation and tracking models from these links:

Link to Estimation model

https://drive.google.com/open?id=0B4VKt9y2-zriU1dNLVZtQjVKMGM

Link to Tracking model

Yossi ?

S
Description
Formant Tracking & Estimation
Readme 23 MiB
Languages
Python 62.8%
Lua 36.5%
Shell 0.7%