/posts
Leveraging GPT-4 for Summarizing University Lecture Slides
Composing lecture notes can be a laborious process, which prompted me to automate my own. Whenever new lecture slides are uploaded, a program I developed extracts every piece of text and saves its content locally. Subsequently, any sensitive information is redacted to ensure that no personal details remain in the text. Now, the sanitized data is forwarded to GPT-4, which then delivers a highly effective summary of the lectures.
Here is the GitHub Repository with all lecture notes.