worldveil / dejavu

Audio fingerprinting and recognition in Python
MIT License
6.36k stars 1.43k forks source link

Dejavu in JAVA #183

Closed csetanmayjain closed 4 years ago

csetanmayjain commented 5 years ago

Hello, Anyone try to implement dejavu in java? Thanks

JPery commented 5 years ago

I think you're looking for something similar to this. That project has been unchanged for 4 years so I've created a fork in which I've added some improvements, you can see it here

endybits commented 4 years ago

Hi, @JPery. Are the fingerprints generated with the java code the same as those of Dejavu? That is, can I use the java code for an android app and dejavu for the backend?

JPery commented 4 years ago

Hi, @endyleon. As these are different projects with different algorithms, the generated fingerprints will not be compatible. Although you can check out the java project as it already provides a client-server approximation that could be useful for your application.

Hope this helps!

worldveil commented 4 years ago

Please feel free to port this elsewhere to Java or anywhere else! Happy to see the algorithm & ideas be used as widely and accessibly as possible.