Projects
Video Analyzer
Give it a long video or recording and it writes out everything said, pulls out what matters, and hands you a report.
The problem
Sitting through hours of recording to find the few minutes that matter is slow, and it is easy to miss something.
What I did
Built a pipeline: Whisper writes out the speech, Llama 3.3 reads the transcript and picks out the important parts, and the result is compiled into a PDF you can download and send on.
Built with
- Groq Whisper
- Llama 3.3 70B
- PDF generation