# web-audio-recognition **Repository Path**: mirrors_google/web-audio-recognition ## Basic Information - **Project Name**: web-audio-recognition - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2025-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.