Skip to content

Using Picovoice's Python SDK to develop a timer that allows users to set time with their voice.

Notifications You must be signed in to change notification settings

engichang1467/Voice-Recognition-Timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voice Assistence Timer with Picovoice

Using Picovoice's Python SDK to create a simple timer that allows users to set the timer with voice commands.

Set up Picovoice

  1. Create an account on Picovoice to access the Picovoice console.
  2. On AccessKey, click on Create AccessKey to get a new access key.
  3. Create our wake word with Porcupine Wake Word Engine.
  4. Create our intent from spoken command with Rhino Speech-to-Intent Engine.

To Compile

  • Install required packages
pip3 install -m requirements.txt
  • To run the program
python3 testPico.py --access_key {your access key}

Check out my demo

Check it out

References

About

Using Picovoice's Python SDK to develop a timer that allows users to set time with their voice.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages