view scripts/aws_prepare.sh @ 32:9122efd2b227

-New AIMCopy main for the SSI features (temporary hack till I get a working module load system) -LocalMax strobe criterion. This is faster and better than the parabola version, which still seems buggy. -Noise generator module. Adds noise to a signal. Uses boost for the random number generator. -New options for the SSI -Slice now respects all its flags (oops!). -MATLAB functions for visualisation -Scripts for generating data to view in MATLAB -Script to download and build HTK - useful for running experiments
author tomwalters
date Thu, 25 Feb 2010 22:02:00 +0000
parents 5b1586a234f1
children 74196ff1cb98
line wrap: on
line source
#!/bin/bash
# Run ami-2fc2e95b (32 bit) or ami-05c2e971 (64 bit) in eu-west zone 
sudo apt-get -y update
sudo apt-get -y install subversion scons pkg-config libsndfile-dev build-essential
sudo mkdir /media/sounds-database
sudo mount /dev/sdf1 /media/sounds-database/
cd /media/sounds-database/htk/htk/
sudo make install
su ubuntu
cd /mnt/
svn checkout http://aimc.googlecode.com/svn/trunk/ aimc-read-only
cd aimc-read-only
scons
cd ..
mkdir experiments
cd experiments
cp ../aimc-read-only/scripts/HTKAimfeat.sh ./
chmod u+x HTKAimfeat.sh
./HTKAimfeat.sh _ec2_first_try
tar -cf work_ec2_first_try.tar work_ec2_first_try/
cp work_ec2_first_try.tar /media/sounds-database/experiment-results/
#sudo shutdown -h now