π§ββοΈ MentorIA (Webapp) | (Video Demo)
Accelerate your learning efficiency! Mentoria is just getting started β powerful tools are on the way. Stay tuned! V1.0.0
mentoria-video.mp4
A tool that helps you extract YouTube video transcripts and generate study materials like summaries, key points, and practice questions using AI.
- Extract transcripts from any YouTube video
- Generate AI-powered study materials:
- Concise summaries
- Key points
- Practice questions and answers
- Simple web interface
- Download generated materials as text files
-
Clone this repository
-
Install the required packages:
pip install -r requirements.txt
-
Create a
.env
file in the project root and add your Groq API key:GROQ_API_KEY=your_groq_api_key_here
You can get a free API key by signing up at Groq Cloud
-
Run the application:
streamlit run app.py
-
Open your browser and navigate to
http://localhost:8501
- Paste a YouTube video URL in the input field
- Click "Get Transcript" to fetch the video transcript
- Choose the type of study material you want to generate
- Click the generate button to create your study materials
- Download the generated content as a text file if desired
- Python 3.7+
- Groq API key (for generating study materials)
- Internet connection (for fetching YouTube transcripts)
This tool is for educational purposes only. Please respect YouTube's terms of service and copyright laws when using this tool.