jiankaiwang / word_level_audio_recognition

a simple audio recognition of the level of word

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Word-Level Audio Recognition

Reference

Content

  • Word-based Audio Data Processing: markdown
  • Word-Based Training and Evaluation: markdown

Quick Start

The following is a way to demonstrate examples of this repository.

  • example_1_word_recognition: a simple example for word-level audio recognition
  • example_2_retrain: a simple example for retraining a model recognizing the words left, right and noise (blank).
git clone https://github.com/jiankaiwang/word_level_audio_recognition.git

# run the first example
cd example_1_word_recognition
python3 -m http.server

# run the second example
cd example_2_retrain
python3 -m http.server

About

a simple audio recognition of the level of word


Languages

Language:Jupyter Notebook 99.2%Language:JavaScript 0.6%Language:HTML 0.1%