Enthynotes is an innovative edtech platform that utilizes advanced AI and natural language processing (NLP) to transform educational videos into interactive and personalized learning experiences. It generates comprehensive notes from videos, creates practice questions, and offers an engaging interface for users to enhance their understanding and retention of the content. Features: 1. Enthynotes converts educational videos into detailed notes transcripts using AI-powered speech-to-text technology. The platform ensures accuracy and completeness, making the content accessible and searchable. 2. Practice Question Creation: Using AI, Enthynotes generates a variety of practice questions based on the video content. These questions range in complexity and format, allowing users to test their knowledge and understanding of the material. Technologies used: Predominantly written in Python Streamlit: The web application framework used for creating the user interface. OpenAI GPT-3.5 API: Utilized for natural language processing, question generation, and summarization. YouTube Transcript API: Used to fetch the transcript of a YouTube video. Transformers Library: Specifically, the pipeline from Hugging Face Transformers for summarization. Langchain: Custom libraries and tools for language processing, including LLMS (Language Model Microservices).