Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/google/web-audio-recognition


https://github.com/google/web-audio-recognition

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Web based audio recognition
===

This is an example implementation of local, in-browser audio command recognition
using web technologies. The code is split up into three parts:

- Audio feature extraction: [/audio-features](audio-features)
- Training a neural network: [/train-model](train-model)
- Running inference on live audio input: [/inference-demo](inference-demo)

For more information, please see the following blog posts:

1. [Audio feature extraction](http://smus.com/web-audio-ml-features/)
2. [Web based training and inference](http://smus.com)

Note: this is not an officially supported Google product.