Process OBS recordings (or Any video files) with AI-based transcription and summarization.
Stars
99
Forks
14
Watchers
99
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
21
commits
fix: Resolve issues #7, #8, #9 - moviepy, transformers, Whisper OOM
d1e1fedView on GitHubfeat: Add streaming Ollama support, model caching, and UI improvements
70c5d32View on GitHubfix: Update moviepy import for v2.x compatibility (closes #6)
ce398aeView on GitHubfix: Resolve protobuf dependency conflict for pyannote.audio 4.x
efee0b0View on GitHubfix: Remove torch from requirements.txt and use flexible versions
4dd3c76View on GitHubfix: Use flexible PyTorch versions and fix Docker build order
78e9df3View on GitHubfix: Update PyTorch/torchaudio to 2.1.0 for SpeechBrain 1.0 diarization compatibility
c5cc7c2View on GitHubRefactor keyword extraction logic to convert stopwords to a list for compatibility with scikit-learn; add checks for empty keywords list in timestamp extraction function.
81f4072View on GitHubEnhance file selection to support additional audio format (M4A) and update README.md to reflect new supported formats for video and audio recordings.
f04853eView on GitHubRefactor Dockerfile and requirements.txt for improved dependency management; update README.md with clearer installation options and instructions for prebuilt images.
3346b0dView on GitHubEnhance README.md with Docker installation instructions and update Ollama API endpoint to be configurable via environment variable.
dcf13c1View on GitHubEnhance file selection to support multiple video formats (MP4, AVI, MOV, MKV) and provide user guidance on supported formats.
c2ee239View on GitHubFix summarization issues and improve GPU handling. Update .gitignore for venv
ce9bb9cView on GitHub