MTG / essentia.js

JavaScript library for music/audio analysis and processing powered by Essentia WebAssembly
https://essentia.upf.edu/essentiajs
GNU Affero General Public License v3.0
627 stars 41 forks source link

Using deep learning models with Essentia.js and Tensorflow.js #114

Open SaidiAhmed11 opened 1 year ago

SaidiAhmed11 commented 1 year ago

What is the issue about?

What part(s) of Essentia.js is involved?

Description

I'm trying to use essentia models to predict genre / mood of a song to improve my recommendation system using node js , i've followed some tutorials of essentia on github but i'm facing two problems well explained below

Steps to reproduce / Code snippets / Screenshots

-1ST PROBLEM ⛔

-Now when i'm using the first import to instantiate the extractor for using with "musicnn" models : image

-2ND PROBLEM ⛔

Please i need a solution for both problems to extract the features correctly with the exractor and for the tenserflow Js problem while loading the model

System info

Node Js : v18.12.1 Essentia Js : 0.1.3 tensorflow/tfjs-converter : 4.1.0 tensorflow/tfjs-core : 4.1.0 tensorflow/tfjs-node : 4.1.0

AntonErikssonCode commented 1 year ago

I'm having similar issues regarding the first problem.