Commit Graph

8 Commits

Author SHA1 Message Date
70c5d32413 feat: Add streaming Ollama support, model caching, and UI improvements
- Add streaming summarization via Ollama API (stream_summarize_with_ollama)

- Cache ML models with @st.cache_resource (diarization, NER, translation, Whisper)

- Add temp file cleanup for extracted audio

- Add system capabilities detection (FFmpeg, GPU info)

- Add get_video_duration utility

- Improve validation with FFmpeg check

- Rewrite app.py with streaming support and UI enhancements

- Clean up redundant comments and unused imports across all utils
2026-02-18 10:26:09 -05:00
ce398ae1d4 fix: Update moviepy import for v2.x compatibility (closes #6)
moviepy 2.x removed the moviepy.editor submodule. Import AudioFileClip directly from moviepy with a fallback for moviepy 1.x users. Also close the audio clip after writing to prevent resource leaks.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-13 00:15:07 -05:00
81f40726e3 Refactor keyword extraction logic to convert stopwords to a list for compatibility with scikit-learn; add checks for empty keywords list in timestamp extraction function. 2025-09-10 23:33:57 -04:00
f04853eba9 Enhance file selection to support additional audio format (M4A) and update README.md to reflect new supported formats for video and audio recordings. 2025-08-05 11:18:36 -04:00
dcf13c1423 Enhance README.md with Docker installation instructions and update Ollama API endpoint to be configurable via environment variable. 2025-07-17 00:05:23 -04:00
ce9bb9c2e2 Fix summarization issues and improve GPU handling. Update .gitignore for venv 2025-04-30 12:09:10 -04:00
7ea098bd05 Add installation scripts and update documentation for Phase 3 features 2025-03-01 20:37:52 -05:00
3c44257d8a Updated with code 2025-01-28 17:00:03 -05:00