Forum Archive

Pure python voice to text recognition

Matteo

Hi, I know I could use google to search answers, but I use python mainly on my iPhone, so I use mainly Pythonista, so:

  • do you know a pure python library for voice to text recognition using different languages to use on Pythonista?

  • does a script exist to delete all downloaded libraries with StaSh's pip feature? I know that I can use "pip list" and then "pip remove" single library: any script to remove all libraries at once?

Thank you

cvp

see here,
That works

Matteo

Wonderful thanks! It works very well, but I've seen that it works only if phone is online. Do you know some offline libraries that perform the same task? Thanks

cvp

@Matteo Sorry, I don't know

Matteo

Ok, anyway thank you a lot for your link!
Regards