Skip to content

A web app that extracts questions from live lecture chats and finds the corresponding answer in the lecture recording. Developed for the 2021 CSESoc Annual Hackathon!

Notifications You must be signed in to change notification settings

adaluong/summarise-my-lecture-hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

summarise my lecture

A web app that extracts questions from live lecture chats and finds the corresponding answer in the lecture recording.

Created in under 24 hours for the 2021 CSESoc Annual Hackathon.

Watch the product pitch here. Read about our process here.

how to start

  • yarn start-backend to start the server
  • yarn start to start the frontend

If things aren't working you might have to install the python dependencies

  • cd backend/
  • python3 -m venv venv
  • source venv/bin/activate
  • pip install -r requirements.txt

About

A web app that extracts questions from live lecture chats and finds the corresponding answer in the lecture recording. Developed for the 2021 CSESoc Annual Hackathon!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published