Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.09 KB

README.md

File metadata and controls

48 lines (30 loc) · 1.09 KB

sound_classification_js

Sound classification in the browser.

Developed by Jan Bijster for V2 institute for unstable media, Rotterdam 2020.

Using the demo

  • Import or record sounds categorized by two or more different labels in the sounds tab.
  • Preprocess the sounds to generate visual spectrograms for learning.
  • Create and train a model in the models tab to predict labels for sounds. Then use the model on uploaded or recorded sounds.

Feedback

Questions, feedback, anything else? Send it to info@janbijster.com.

Project setup

For developing, clone the repositiory. Then install the NPM packages using:

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.