Yes for now, it's 1000 song, which is already awesome if you think about it, no? As it's like 300 ms, one can increase the DB size by a few order of magnitude, certainly. It will scale to billions of songs thanks to…
Everything is open-source, you can have a look yourself, and experiment! https://github.com/iamayushanand/Concrete_Shazam/blob/main/M... Here, the training is not done on encrypted values: the songs are public, what is…
Thank you! The python version is quite clear as well: still from the README, ``` from concrete import fhe def add(x, y): return x + y compiler = fhe.Compiler(add, {"x": "encrypted", "y": "encrypted"}) inputset = [(2,…
Would you mind elaborating what you prefer in Google's syntax, please?
Yes for now, it's 1000 song, which is already awesome if you think about it, no? As it's like 300 ms, one can increase the DB size by a few order of magnitude, certainly. It will scale to billions of songs thanks to…
Everything is open-source, you can have a look yourself, and experiment! https://github.com/iamayushanand/Concrete_Shazam/blob/main/M... Here, the training is not done on encrypted values: the songs are public, what is…
Thank you! The python version is quite clear as well: still from the README, ``` from concrete import fhe def add(x, y): return x + y compiler = fhe.Compiler(add, {"x": "encrypted", "y": "encrypted"}) inputset = [(2,…
Would you mind elaborating what you prefer in Google's syntax, please?