As students, we've always struggled to catch up on lectures that we've missed. The thought of going through hours of recorded lectures seemed daunting and time-consuming. LastMinute summarizes the lecture content and extracts outline, announcements, and quiz questions.
Summarization: Generate a summary of the lecture, providing an overview of the key points discussed.
Announcement Extraction: Extract important announcements made during the lecture, providing relevant information to students who missed the lecture.
Outline: Provide an outline of the lecture, allowing students to easily navigate the content.
Quiz Generation: Generate a quiz based on the lecture, testing students' understanding and knowledge.
cd lastminute/
pip install virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
cd lastminute/
vim django_auth.py
# Add "SECRET_KEY = <insert-django-key>" and save
cd ../summary/
vim django_auth.py
# Add variables and save
# API_KEY = "<cohere-key>"
# PINE_KEY = "<pine-cone-key>"