Commit Graph

6 Commits

Author SHA1 Message Date
hzrd149
f3cd99a471 Docker compose (#2)
* Add dockerfile
Add example docker compose
Add docker build action
Update extract.sh to use faster-whisper
Update src/extract.py to check and download ollama models

* remove multi-platform build

* add vibeline-ui to docker compose

* Fix VOICE_MEMOS_DIR variable being ignored in some files

* remove requirement for faster-whisper since it comes with whisper-ctranslate2
2025-04-07 11:47:27 +01:00
Gigi
e33fe59fc2 Add post-processing step for action items with consistent - [ ] format 2025-04-02 13:01:01 +01:00
Gigi
07ff09128e Show subprocess output in real-time & add consistent force flag behavior - Show output from process.sh, transcribe.sh, and extract.sh in real-time when running watch.py - Add force flag support to transcribe.sh to prevent overwriting existing transcripts - Update process.sh to propagate force flag to transcribe.sh - Now force flag behavior is consistent: without -f skips existing files, with -f overwrites files - Force flag propagates through entire chain: watch -> process -> transcribe/extract 2025-04-01 17:06:05 +01:00
Gigi
581f41f081 Add force flag for overwriting files & update TODO
- Add --force/-f flag to control file overwriting in extract.py
- Propagate force flag through all scripts (extract.sh, process.sh, run.sh, watch_voice_memos.py)
- Add TODO item for future CLI modernization using Python
- Skip existing output files unless force flag is used
2025-04-01 16:46:49 +01:00
Gigi
82d35c48e1 refactor: remove separate summary step from process.sh 2025-04-01 16:12:38 +01:00
Gigi
4a57d67ff7 Move shell scripts to base directory for better organization 2025-04-01 12:11:34 +01:00