cinprens / Whisper-GUI

A Python-based GUI application that transcribes audio files into text using OpenAI's Whisper model and translates text with Google Translate. It supports GPU acceleration and multi-language translation
2 stars 0 forks source link

Where to download? #1

Open Alien0176 opened 5 hours ago

Alien0176 commented 5 hours ago

GUI looks good. How can we test?

cinprens commented 4 hours ago

You can run it in visual studio code, make sure you install the necessary libraries, when you say transcript output, the model you choose will be downloaded automatically. The last time I ran it, it was working correctly, if it doesn't work, you can give me feedback and I'll try to do my best.

Alien0176 commented 1 hour ago

Thanks for your quick response. Unfortunately I haven't used visual studio code. I thought maybe there was an .exe file. Regards

cinprens commented 5 minutes ago

Since there is too much size for the exe file, I could not upload it here because it does not allow the file size, all I can offer is to use visual studio code or a similar runner.

Alien0176 commented 1 minute ago

Ok understand