Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
8 tasks
SaidiAhmed11 opened this issue Dec 23, 2022 · 1 comment
Open
8 tasks

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

SaidiAhmed11 opened this issue Dec 23, 2022 · 1 comment

Comments

@SaidiAhmed11
Copy link

SaidiAhmed11 commented Dec 23, 2022

What is the issue about?

  • Bug
  • Usage question
  • Documentation
  • Contributing / Development

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

  • essentia.js-core (vanilla algorithms)
  • essentia.js-model (machine learning algorithms)
  • essentia.js-plot (plotting utility module)
  • essentia.js-extractor (typical algorithm combinations utility)

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 ⛔

  • I've imported EssentiaWASM like this
    image

  • PS : i've tried to import it like this like some tutorials but it makes an error :
    image
    error :
    image

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

  • I'm facing this error :
    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
Copy link

I'm having similar issues regarding the first problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants