Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 491 Bytes

File metadata and controls

19 lines (17 loc) · 491 Bytes

Deep Learning classes

You'll need to download Tensorflow and keras on you machines :

sudo apt-get install python-pip python-dev git python-tk
sudo pip install --upgrade pip
sudo pip install numpy scipy matplotlib ipython jupyter pandas sympy nose
sudo apt-get install libhdf5-dev
sudo pip install h5py
sudo pip install tensorflow
sudo pip install keras

For ffmpeg :

sudo add-apt-repository ppa:mc3man/trusty-media
sudo apt-get update
sudo apt-get install ffmpeg