Whisper2Summarize - Connecting Whisper and GPT to summarize your audio snippets! #1208
AndreDalwin
started this conversation in
Show and tell
Replies: 1 comment
-
Cool solution! I was doing similar task, you helped me lot with your code:) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
This is one of my first projects in Github as a CS student :))
I tried creating a python program with a GUI that transcribes Audio files then sends the transcript to GPT in order to summarize. (Since I'm using the GPT3.5 turbo API and not GPT4, I had to be creative in order to bypass the 4096 token limit in case the Audio file will exceed the token limit.)
Check it out here: Whisper2Summarize
LMK your thoughts on it or where I can improve, as I plan to further build on this as a hobby next time.
Beta Was this translation helpful? Give feedback.
All reactions