ogallagher / terry

Terry the virtual secreTERRY
0 stars 0 forks source link

Transcription on Windows #7

Closed ogallagher closed 4 years ago

ogallagher commented 4 years ago

Eventually, I want to be able to run Terry on Windows, which includes recompiling the trained deepspeech model as I did in #1 to run on Windows. I’ll also need to create appropriate os commands to execute deepspeech from java.

ogallagher commented 4 years ago

Now that I’m using google’s speech API for transcription, I will no longer prioritize adding a compiled deepspeech model for windows. Instead, I added the api credentials needed to test transcription with google on windows, which worked.