this project takes the audios generated by an application and based on the project dejavu returns the name of the song
Create virtualenv and install requirements.
important install libraries for pyaudio for example ubuntu sudo apt install libasound-dev portaudio19-dev libportaudio2 libportaudiocpp0 ffmpeg libav-tools
For execute celery import execute this command celery -A shazam.celery worker -l info
For virtualenv python manage.py runserver
special thanx to http://willdrevo.com/fingerprinting-and-audio-recognition-with-python/