stefek99 / 300burpees

Get challenged at London Real Academy
http://stefek99.github.io/300burpees/
1 stars 0 forks source link

Offline client-side JavaScript ***MAGIC*** equivalent of Speech Recognition API #1

Open marsrobertson opened 4 years ago

marsrobertson commented 4 years ago

It's natively supported in Chrome only and uses Google servers: https://caniuse.com/#feat=speech-recognition

It means - no Safari on iOS :(

This looks the closest: https://github.com/Kitt-AI/snowboy

Asked a few days ago: https://github.com/Kitt-AI/snowboy/issues/617


Maybe it's possible to run TensorFlow.js entirely in the browser?

https://github.com/tensorflow/tfjs - that is engineering geekery...

(enjoying the challenge)


For now, maybe we can assume ONLINE use, then can use Google Cloud:

marsrobertson commented 4 years ago

Gave it a try: https://cloud.google.com/speech-to-text/docs/samples

image

No JavasScript example, all JavaScript resources refer to SpeechRecognition API...

It's a nice to have, definitely don't want to spend more time on that.