A simple python based GUI for Whisper #794
Replies: 2 comments 2 replies
-
I love the concept! The bad news is I couldn't get it to work. I copied your code and named it transcriber.py then ran it in terminal using "python transcriber.py". It throws an errror on transcriber.py", line 128, "execution_count": null, NameError: name 'null' is not defined. When I change the null to 0 or None and rerun it nothing happens. I am not much of a programmer but apparently there is no null keyword in Python but it likes None. I assume you got this to work with some magic I have yet to install. I would love to see this work because whisper is awesome. You are definitely on to something here! |
Beta Was this translation helpful? Give feedback.
-
Hi jjroberts88, i was triyng your program and it doesn't work with my pc. But i've fixed it. I copy your code in my python editor ( notepad ++ 😄 ) and add : The error was : thanks for your work. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I made a very basic GUI for whisper using tkinter in Python.
It allows you to either manually add audio files or 'drag and drop' files to the listbox.
The transcribed text appears in the textbox and is automatically copied to the clipboard.
https://github.com/jjroberts88/transcriber
I'm keen to hear any feedback/suggestions and I will continue to adapt it.
I'm very new to this and in the early stages of learning these skills so apologies in advance for any mistakes.
My background is medicine and my use case for this was to look at how we might reduce our secretary workload burden through automatic transcription.
Beta Was this translation helpful? Give feedback.
All reactions