Add scripts for audio transcription using whisper.cpp

This commit is contained in:
2023-06-03 17:21:16 -04:00
parent 06bbc0c995
commit 173bda9eb0
9 changed files with 242 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
transcribe-video-with-model "$1" "$2" "small" "$3"