Event
HooHacks 2021
Prize
Best Educational Hack
Date
March 2021
During the pandemic, many students turned to online lectures on YouTube, from both their teachers and other educators, to learn material for their courses. However, for many of these students including myself, it's difficult to take notes while watching as it prevents you from focusing 100% of your attention on the content.
At HooHacks 2021, my team and I developed Lecture Noted: an online tool that generates smart notes that enrich your learning experience from lecture videos on Youtube. It provides concise bullet points that cross reference to the video as well as graphics that are related to the topic. Lecture Noted uses a GPT-3 language model from OpenAI to summarize complex lecture videos. Overall, this assistant allows students to fully focus on their lectures and still have notes available to reference after.
I designed and built the frontend of Lecture Noted while my teammates worked on making backend calls to OpenAi on a Python Flask server. Using HTML, CSS and Vanilla JS, I was able to implement my sketch designs onto the website within the 24 hours. The frontend is deployed on lecturenoted.tech using Firebase hosting, and the backend is on a Heroku server.
OpenAI GPT-3
HTML/CSS
JavaScript
Firebase
Heroku