(currently bun specific) - little library to help check if music / artists are real - or made by AI "artists" Currently works in 2 ways:
- (packages/classifier) - Using onnxruntime + SONICS model to classify the audio buffer if provided
- (packages/blocklist) - Using community maintained lists of AI songs / artists etc. (More lists welcome <3)
It is still very very early, but in theory it does work. - Currently not supported in browser environments as it was made for server use, but it shouldn't be that hard to make it compatible with both :3