worldveil / dejavu

Audio fingerprinting and recognition in Python
MIT License
6.44k stars 1.44k forks source link

New Feature: Integrate WASM with pyodide to reduce server load (browser is going to take the calculation load) #314

Open thesunlover opened 1 month ago

thesunlover commented 1 month ago

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 https://github.com/pyodide/pyodide