clip-forge/backend/app/services
Jeff Emmett 3ce7945096 fix: robust JSON parsing with regex fallback for LLM responses
Gemini sometimes produces JSON with unescaped characters that break
standard parsing. Added multiple fallback strategies including regex
extraction of individual clip objects.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 01:17:15 +00:00
..
__init__.py feat: ClipForge Phase 1 - core pipeline MVP 2026-02-08 12:27:43 +00:00
ai_analysis.py fix: robust JSON parsing with regex fallback for LLM responses 2026-02-10 01:17:15 +00:00
clip_extraction.py feat: ClipForge Phase 1 - core pipeline MVP 2026-02-08 12:27:43 +00:00
download.py perf: limit YouTube downloads to 720p max 2026-02-10 01:08:52 +00:00
transcription.py feat: ClipForge Phase 1 - core pipeline MVP 2026-02-08 12:27:43 +00:00