r/PythonProjects2 • u/Fluffy-Sea-9336 • 9d ago
I built a Python tool that automatically extracts slides and generates notes from videos
Hi everyone!
I've been working on Vid2Scribe, an open-source project that automatically converts long videos into organized notes.
The goal is to make it much easier to learn from lectures, conference talks, tutorials, and other long-form videos without having to manually take notes.
Some of the current features include:
- Slide detection and extraction
- AI-generated structured notes
- Automatic speech transcription
- Markdown export
- Designed to work with modern LLM workflows
Python is the core of the project. It powers the entire processing pipeline, including video processing, transcription, OCR, note generation, and orchestration of the AI components.
I'm still actively developing it and would really appreciate feedback from the Python community.
Some questions I'm especially interested in:
- Are there features you would find useful?
- Any suggestions for improving the processing pipeline or project architecture?
- What would make this more useful for your own workflow?
GitHub:
https://github.com/China-WenboZhao/Vid2Scribe
I'd love to hear your thoughts and suggestions. Thanks!