MeetingSummarizer - Effortlessly record, transcribe, and summarize meetings #1235
rajpdus
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
There is a typo on the link taking to a 404 page @rajpdus it is adding a dot (.) at the end |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
MeetingSummarizer is a Python desktop utility that allows users to record meetings and automatically generate a summary of the conversation. The utility uses the ffmpeg library to record the meeting, the OpenAI Whisper module to transcribe the recording, and the OpenAI GPT-3.5-Turbo model to generate a summary of the conversation.
Users can choose to use the command-line interface or the graphical user interface to interact with the utility. The GUI provides an easy-to-use interface for starting and stopping recordings and viewing the transcription and summary of the meeting. The CLI interface provides more advanced options for users who want to customize the recording and transcription process.
The project is open source and available on GitHub at MeetingSummrizer The code is written in Python 3.10 and uses several third-party libraries, including ffmpeg, PyQt5.
Beta Was this translation helpful? Give feedback.
All reactions