voice_to_terminal#1

automate terminal with voice
This commit is contained in:
dl92
2026-01-14 01:46:31 +00:00
parent 2a5347d1b9
commit 7f3ea89297
2 changed files with 170 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
export CT2_CUDA_ALLOW_FP16=1
# 'mamba run' executes the command within the context of the environment
# without needing to source .bashrc or shell hooks manually.
mamba run -n whisper-ollama python ~/family-repo/Code/python/tool-speechtotext/voice_to_terminal.py "$@"