Skip to content

saintlyzero/brick-hack-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inspiration

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.

Features

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.

Usage

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>"

Architecture

Architecture

Homepage Lecture#1 Lecture#2

About

Brick Hack Backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages