-
Clone the repository, to do that, make sure you have installed github on your system (or use the online interface to download the source code). If you have installed git, to check if you really did, on your terminal write down:
git --versionShould appear something like:
git version 2.20.1
-
Make sure you have installed pip and python3. To check, on your terminal write:
pip --versionShould appear something like:
pip 18.1 from /usr/lib/python3/dist-packages/pip (python 3.7)
-
In you terminal, surf to the
.../sound-decoderdirectory that you've cloned and install the dependencies for this project. To do that, run the command:pip install requirements.txtNow you have all you need!
-
Create a directory inside
experimentoslikeexp1, and inside it, an image you want to extract the vectors. -
Now, in your terminal, you just need to get inside your
.../sound-decoderdirectory and run:python3 run.pyor if your default python is 3.X
python run.pyHave fun!