Hackaroo Spring

Опубликовано: 15 Октябрь 2024
на канале: Srichakradhar Reddy Nagireddy (srichakradhar)
16
0

Hack-a-Roo Spring 2021 Submission

Team Ethnic Gems
Srichakradhar Reddy
Rohit Reddy

User interacts in augmented reality and gives voice commands such as "Walk Forward".
The phone microphone picks up the voice command and the running application sends it to Watson Speech-to-Text.
Watson Speech-to-Text converts the audio to text and returns it to the running application on the phone.
The application sends the text to Watson Assistant. Watson assistant returns the recognized intent "Forward". The intent triggers an animation state event change.
The application sends the response from Watson Assistant to Watson Text-to-Speech.
Watson Text-to-Speech converts the text to audio and returns it to the running application on the phone.
The application plays the audio response and waits for the next voice command.