Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 702 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 702 Bytes

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