Nimbus Notes is an AI-powered lecture transcription and study tool that helps students turn recorded lectures into structured learning material. By combining automatic speech-to-text with generative AI, Nimbus Notes creates flashcards from lecture content to help users actively test and reinforce their understanding.
-
Automatic Lecture Transcription
Converts recorded lectures into accurate, readable text using Gemini Whisper. -
AI-Generated Flashcards
Uses the LLaMA 3.2B model to extract key concepts and generate flashcards for active recall. -
Knowledge Reinforcement
Transforms passive lecture listening into interactive studying through self-testing.
- Python – Core processing and orchestration
- Gemini Whisper – Speech-to-text transcription
- LLaMA 3.2B – Flashcard generation and concept extraction
- HTML – Page structure
- CSS – Styling and layout
- JavaScript – Client-side interaction and data handling
- Users upload or record a lecture audio file.
- The audio is transcribed into text using Gemini Whisper.
- The transcript is processed by the LLaMA 3.2B model.
- Key concepts are extracted and converted into flashcards for study and review.
