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

https://github.com/assemblyai-community/realtime-voice-command-recognition

Build your own real-time voice command recognition model with TensorFlow
https://github.com/assemblyai-community/realtime-voice-command-recognition

Last synced: 3 months ago
JSON representation

Build your own real-time voice command recognition model with TensorFlow

Awesome Lists containing this project

README

          

# Realtime Voice Command Recognition

Build your own real-time voice command recognition model with TensorFlow.

**Watch the video tutorial:**

[![Alt text](https://img.youtube.com/vi/m-JzldXm9bQ/hqdefault.jpg)](https://youtu.be/m-JzldXm9bQ)

## Instructions

- Run the Colab from [this TensorFlow tutorial](https://www.tensorflow.org/tutorials/audio/simple_audio)
- Follow the video to zip and download the trained model
- Make sure to use the correct `commands` order in `main.py` (same as when running the Colab)
- Install pyaudio and tensorflow
- Extraxt the zip to a folder named `saved_model`
- Run `python main.py`

## Screenshot

![Demo](demo.png)