Carsonthemonkey / GIST

App to summarize audio files for the LC ACM spring 2023 hackathon
MIT License
3 stars 0 forks source link

Local transcription python #94

Closed Carsonthemonkey closed 1 year ago

Carsonthemonkey commented 1 year ago

Adds support for transcribing audio offline on the CPU. Utilizes compiled python code on the backend to accomplish this.

Carsonthemonkey commented 1 year ago

This does not currently work when sent as a dmg to macs other than the one that built it. When you attempt to run it, it says "dmg is damaged". I believe that this is due to the app not being code signed, so I think it can be resolved with the command mentioned in this article. If it can indeed be resolved, then I will merge this and we can deal with code signing stuff later. (you might need an apple dev account to do it anyways)

Carsonthemonkey commented 1 year ago

Mac issues appear to be related to code signing. I can merge this for now, and figure the rest out later.