Initial project scaffold - Phase 1 MVP structure
Core modules: - cli.py: Command-line interface with Click - pipeline.py: Main orchestrator - video_processor.py: Frame extraction with ffmpeg - audio_analyzer.py: Whisper transcription - vision_analyzer.py: Component detection (placeholder) - doc_generator.py: Markdown + PDF output Also includes: - pyproject.toml with uv/hatch config - Prompts for AI analysis - Basic tests - ROADMAP.md with 4-week plan
This commit is contained in:
4
templates/.gitkeep
Normal file
4
templates/.gitkeep
Normal file
@@ -0,0 +1,4 @@
|
||||
# Template files go here
|
||||
# - component.md.j2
|
||||
# - assembly.md.j2
|
||||
# - bom.md.j2
|
||||
Reference in New Issue
Block a user