Skip to content

Commit

Permalink
added README and requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
unconv committed Nov 18, 2023
1 parent e2c2bc7 commit b919cbd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Ok, GPT!

This is an ongoing project where I'm building my own Google Home / Alexa style device that can be interacted with via voice commands.

Currently there is just a rough version of the wakeup keyphrase detection, which you can initialize with the `init.py` script by saying the keyphrase you want to wake up the device with 10 times. After that you can run `recognize.py` and it will recognize when you say the keyphrase.

Video: https://www.youtube.com/watch?v=_vLKWNv4d5E
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pocketsphinx

0 comments on commit b919cbd

Please sign in to comment.