Compare commits
2 Commits
4343b7a5a2
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
03b018a582 | ||
|
|
7cc14326fc |
@@ -1,4 +1,4 @@
|
|||||||
# Verbatim Dicta
|
# Verbatim Dicta2
|
||||||
|
|
||||||
Real-time audio transcription using Whisper AI with optional LLM analysis. Captures microphone and speaker audio simultaneously for comprehensive transcription.
|
Real-time audio transcription using Whisper AI with optional LLM analysis. Captures microphone and speaker audio simultaneously for comprehensive transcription.
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Simple startup script for transcription with GPU support
|
|
||||||
|
|
||||||
cd "$(dirname "$0")"
|
cd "$(dirname "$0")"
|
||||||
|
|
||||||
# Activate virtual environment
|
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
|
|
||||||
# Set CUDA library paths for ctranslate2
|
# Set CUDA library paths for ctranslate2
|
||||||
|
|||||||
Reference in New Issue
Block a user