From 0b73be9246193cc12ed23f05e434fea9279b6e06 Mon Sep 17 00:00:00 2001 From: Shuadissen Date: Wed, 22 Jun 2016 10:45:25 +0300 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62ecf19..456cd2c 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,24 @@ 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 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 - +``` Link to Estimation model