deepgram / kur

Descriptive Deep Learning
Apache License 2.0
814 stars 107 forks source link

Offline speech recognition on mobile #87

Closed allenleexyz closed 5 years ago

allenleexyz commented 6 years ago

Is there any way to use kur implement local, offline speech recognition on mobile?

ajsyp commented 6 years ago

I don't see why not. I think the biggest issue you'll run into is deciding what your tensor library / backend will be, and ensuring that you can compile it on mobile. I believe someone tried this before (mentioned on Gitter), but I don't know what the state of their project is.

allenleexyz commented 6 years ago

@ajsyp Thanks Adam. I will try to reach them on Gitter later :)