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.
yarn start-backend
to start the serveryarn 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