This project aims to facilitate learning from YouTube videos by providing automatic assessment generation based on the video content.
When a user shares a YouTube link:
- The platform extracts chapters from the video and generates summaries for each chapter using the transcript.
- Users can query the platform if they encounter difficulties understanding certain concepts.
- Assessments are generated based on the content covered in each chapter, aiding in efficient learning.
- React.js
- Django
Install all necessary dependencies. Additionally, install the following:
- Ollama: https://ollama.com/ (also install via pip)
- Question and Answer Generation Model: GitHub
1.Chapters of the youtube video 2.Summary of the chapter 3.Query 4.Assessment