How to add speech recognition

**Question:**how do I add speech recognition

Repl link:

code snippet
1 Like

If you are on Replit that is not possible unless you’re doing it on the frontend. In this case, you may check this out:
Using the Web Speech API - Web APIs | MDN (mozilla.org)
On your own computer depending on the language you prefer you may check out one of these:
Python:
The Ultimate Guide To Speech Recognition With Python – Real Python
NodeJS:
Automatic Speech Recognition with Node.js - DEV Community

3 Likes