Using Picovoice's Python SDK to create a simple timer that allows users to set the timer with voice commands.
- Create an account on Picovoice to access the Picovoice console.
- On
AccessKey
, click onCreate AccessKey
to get a new access key. - Create our wake word with
Porcupine Wake Word Engine
. - Create our intent from spoken command with
Rhino Speech-to-Intent Engine
.- This is where it will create a ML model based on the spoekn command.
- Click here for more instructions
- Install required packages
pip3 install -m requirements.txt
- To run the program
python3 testPico.py --access_key {your access key}