worldveil / dejavu

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

Adding support for docker? #178

Closed ii64 closed 5 years ago

ii64 commented 5 years ago

Easy deployment in seconds! idk, you can run the audio fingerprinting on nodes, so i think this is might improve the audio fingerprinting speed.

And also I currently implementing dejavu manager-cluster system (so it'll be really easy to call instead of executing python dejavu.py --recognize file .... or from dejavu import Dejavu (im on NodeJS uhhh..) ) using redis as the MQ, so i think deploying the Docker node will be easier. Just call the endpoint with HTTP POST Request. You can checkout the demo at https://unitest.me/clusters (this is not supposed to be accessable by public (internal) but whatever, its demo)

Anw, did i late at the party? because i saw some issues created on 2017

ii64 commented 5 years ago

Docker now supported. case closed