Skip to content

Script para vetorização de imagem para experimentação com áudio

Notifications You must be signed in to change notification settings

GAIA-Inova/sound_decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

sound-decoder

How to use

Installation

  1. 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 --version

    Should appear something like:

    git version 2.20.1

  2. Make sure you have installed pip and python3. To check, on your terminal write:

    pip --version

    Should appear something like:

    pip 18.1 from /usr/lib/python3/dist-packages/pip (python 3.7)

  3. In you terminal, surf to the .../sound-decoder directory that you've cloned and install the dependencies for this project. To do that, run the command:

    pip install requirements.txt

     Now you have all you need!
    

Experimantation

  1. Create a directory inside experimentos like exp1, and inside it, an image you want to extract the vectors.

  2. Now, in your terminal, you just need to get inside your .../sound-decoder directory and run:

    python3 run.py

    or if your default python is 3.X

    python run.py

     Have fun!
    

About

Script para vetorização de imagem para experimentação com áudio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published