Sound classification in the browser.
Developed by Jan Bijster for V2 institute for unstable media, Rotterdam 2020.
- 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.
Questions, feedback, anything else? Send it to info@janbijster.com.
For developing, clone the repositiory. Then install the NPM packages using:
npm install
npm run serve
npm run build
npm run lint