Smart home controller simulator, receiving voice commands from a microphone.
Trained to detect the words: "vrata", "svetlo", "zvuk", "otvori", "zatvori", "uključi" and "isključi" to control the state of door, lights and audio in a smart home system.
Detecting a word said in a short audio clip: "vrata", "svetlo", "zvuk", "otvori", "zatvori", "uključi" and "isključi" to control the state of door, lights and audio in a smart home system.
Works the best for the words that are in the dataset. For the words that are out of the vocabulary, the DTW check is implemented (see code in
GitHub Repo).
Check out the explaination in my
GitHub repository README file.