An Expert in Python Needed To Setup Dejavu Package On Server
Project detail
I will need an expert in python who can setup the python dejavu package (https://github.com/worldveil/dejavu) such that it will be able to fingerprint audio files and compare two (2) .wav audio files. If a match is found, a database status column is updated accordingly.
For example, we’ll have a .wav file (sample.wav) fingerprinted and stored inside the database which others will be fingerprinted and compared to this file. So if we have an “audio_file” directory containing all our .wav files, when the python script runs, it will get each .wav in the audio_file directory, fingerprint it and compare it to the fingerprint of sample.wav. If it’s a match, the database is updated.