https://docs.docker.com/get-docker/
- Run
git clone https://github.com/setcooki/audio-fingerprint-identifying-python.git
to download repo - Go to project root and run
bash bin/run.sh
(provided docker engine is installed) - Add your mp3 files you want to run recognition test again into
mp3/
directory - Go again to project root and run
bash bin/import.sh
- Copy audio .mp3 fragements you want to get recognized against into
mic/
directory (OSX can not do microphone live listening) - To recognize an audio fragement against database run
bash bin/recognize.sh {file}
wherefile
is a absolute file path inside the containerbash bin/recognize.sh /var/app/test.mp3
(e.g.) the project root in container is/var/app/
- Stop your container with
bash bin/stop.sh