dejavu
dejavu copied to clipboard
Audio fingerprinting and recognition in Python
https://github.com/worldveil/dejavu/blob/d2b8761eb39f8e2479503f936e9f9948addea8ea/dejavu/fingerprint.py#L98 Replace the above codes with following codes. ``` import cupy as cp from cupyx.scipy.ndimage import maximum_filter as cp_maximum_filter array = cp.array(arr2D) local_max = cp.asnumpy(cp_maximum_filter(array, footprint=cp.array(neighborhood)) == array) del array...
Hi all. I stuck when trying to fingerpint big database of music. Becouse of the billions of indexes generated, INSERT operation take super big amount of time. In example first...
Does anyone know if this project has been written in a different environment such as Node, Go, or Java? or have stumbled upon a similar project to this one? Been...
A new function, `dejavu.logic.decoder.find_files_g`, has been created as an iterator replacement for `find_files` in the same file. This allows the updated `Dejavu.fingerprint_directory` method to utilize the `concurrent.futures.ProcessPoolExecutor` in conjunction with...
Using pyodide the dejavu lib could transfer the math calculations to the browser/electron side and reduce the server load with the calculations. Documentation is available at https://pyodide.org/en/stable/, Main repository is...
is this project still active ? because ı cant run nothing for this library .I have tried docker and manul installation methods