42Robolab_Machine_Learning_Pisicine_Final_Folder

Every major project work organized

All projects are run with Jupyter with Python3 on Ubuntu 16.04.

One needs to have these dependencies:

For Image Conversion from Wav files into PNG (only applicable for subvocalization project), one needs to install SOX

sudo apt-get install sox

  1. Numpy (pip install numpy)
  2. Pandas (pip install pandas)
  3. sklearn (pip install sklearn)
  4. glob (pip install glob)
  5. seaborn (pip install seaborn)
  6. cv2 (pip install cv2)
  7. matplotlib.pyplot (pip install matplotlib)
  8. tensorflow (pip install tensorflow)
  9. PIL (pip install Pillow)
  10. skimage (pip install scikit-image)

On the terminal, you can type "sudo -i" to be in your sudo mode. Then you can run all those "pip instsall ..." commands. If not, then you can run those commands by typing "sudo pip install ...". IF YOU DON'T HAVE SUDO, IT MAY NOT WORK.

Lastly, for our ML piscine Final Project, we did Subvocalization Classification using CNN. This is the tensorboard graph for my test. I had 97% accuracy on the test.

Enjoy :)