All Projects → aishoot → Multi-Hotword_Spotting

aishoot / Multi-Hotword_Spotting

Licence: other
Won't it be cool to build a speech assistant like Alexa or Siri yourself without voice API and network connection?

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Multi-Hotword Spotting

multilingual kws
Few-shot Keyword Spotting in Any Language and Multilingual Spoken Word Corpus
Stars: ✭ 122 (+293.55%)
Mutual labels:  speech-recognition, keyword-spotting
Speech-Command-Recognition-with-Capsule-Network
Speech command recognition with capsule network & various NNs / KWS on Google Speech Command Dataset.
Stars: ✭ 20 (-35.48%)
Mutual labels:  speech-recognition, keyword-spotting
Porcupine
On-device wake word detection powered by deep learning.
Stars: ✭ 2,606 (+8306.45%)
Mutual labels:  keyword-spotting, trigger-word-detection
awesome-keyword-spotting
This repository is a curated list of awesome Speech Keyword Spotting (Wake-Up Word Detection).
Stars: ✭ 150 (+383.87%)
Mutual labels:  speech-recognition, keyword-spotting
scim
[wip]Speech recognition tool-box written by Nim. Based on Arraymancer.
Stars: ✭ 17 (-45.16%)
Mutual labels:  speech-recognition
wav2letter
Facebook AI Research's Automatic Speech Recognition Toolkit
Stars: ✭ 6,026 (+19338.71%)
Mutual labels:  speech-recognition
voce-browser
Voice Controlled Chromium Web Browser
Stars: ✭ 34 (+9.68%)
Mutual labels:  speech-recognition
pyjsgf
JSpeech Grammar Format (JSGF) compiler, matcher and parser package for Python.
Stars: ✭ 40 (+29.03%)
Mutual labels:  speech-recognition
musicologist
Music advice from a conversational interface powered by Algolia
Stars: ✭ 19 (-38.71%)
Mutual labels:  speech-recognition
sepia-stt-server
SEPIA server to support open-source speech recognition via WebSocket connection.
Stars: ✭ 45 (+45.16%)
Mutual labels:  speech-recognition
kosr
Korean speech recognition based on transformer (트랜스포머 기반 한국어 음성 인식)
Stars: ✭ 25 (-19.35%)
Mutual labels:  speech-recognition
rosecho
Tianbot Rosecho (Tianecho),中文语音人机交互模块,支持ROS即插即用
Stars: ✭ 28 (-9.68%)
Mutual labels:  speech-recognition
spokestack-android
Extensible Android mobile voice framework: wakeword, ASR, NLU, and TTS. Easily add voice to any Android app!
Stars: ✭ 52 (+67.74%)
Mutual labels:  speech-recognition
sepia-docs
Documentation and Wiki for SEPIA. Please post your questions and bug-reports here in the issues section! Thank you :-)
Stars: ✭ 160 (+416.13%)
Mutual labels:  speech-recognition
htk
HTK Toolkit with Linux 64 bit and Docker support
Stars: ✭ 14 (-54.84%)
Mutual labels:  speech-recognition
deepspeech
A PyTorch implementation of DeepSpeech and DeepSpeech2.
Stars: ✭ 45 (+45.16%)
Mutual labels:  speech-recognition
porfir
Голосовой ассистент Порфирьевич
Stars: ✭ 23 (-25.81%)
Mutual labels:  speech-recognition
SpeechToText
Speech To Text in Android
Stars: ✭ 53 (+70.97%)
Mutual labels:  speech-recognition
speech-recognition
SDKs and docs for Skit's speech to text service
Stars: ✭ 20 (-35.48%)
Mutual labels:  speech-recognition
YouTube-Tutorials--Italian
📂 Source Code for (some of) the Programming Tutorials from my Italian YouTube Channel and website ProgrammareInPython.it. This is just a small portion of the content: please visit the website for more.
Stars: ✭ 28 (-9.68%)
Mutual labels:  speech-recognition

Small-footprint Keyword Spotting

Will it be cool to build one like Amazon Alexa or Google Home yourself and run it in Real-time? Let's do Real Time Trigger Word Detection without third party voice API or network connection required to make it functional.

Term-KWS

  • In English: keyword spotting, isolate word speech recognition, speech/voice command recognition, Wake-Up-Word speech recognition, hotword detection, trigger word detection, keyword detection, wakeword detection
  • In Chinese: 语音唤醒、关键词识别、孤立词识别、命令词识别

Term-VAD

  • In English: Voice Activity Detection, Speech Detection, End-Point Detection
  • In Chinese: 语音激活检测、端点检测、语音边界检、数字语音助手

File Description

  • 1-dead_simple_speech_recognizer: building a Dead Simple Speech Recognition Engine using ConvNet in Keras.
  • 2-Speech representation and data exploration: a grasp of a problem of speech representation for TensorFlow Speech Recognition Challenge.
  • 3-trigger_word_coursera: trigger word detection studying from coursera.

Reference

More code will be uploaded soon!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].