mohdfareed / msd-p18538

Interactive Training Robot for Fire Safety
0 stars 0 forks source link

Add speech-to-text system #11

Closed mohdfareed closed 8 months ago

mohdfareed commented 8 months ago

Add an interface for speech recognition.

I'll start with a simple implementation as a baseline that we can compare to other options.

SpeechRecognition seems to be the most popular and it supports "several engines and APIs, online and offline," including Google's and Microsoft's, which is exactly what we need.