Compare commits

...

2 Commits

Author SHA1 Message Date
mike
03b018a582 **feat: update project name and cleanup startup script**
- Rename project from "Verbatim Dicta1" to "Verbatim Dicta2"
- Remove redundant comments in `start_transcribe.sh`
- Streamline virtual environment activation process
2025-12-17 23:09:56 +01:00
mike
7cc14326fc Update project title to reflect current scope
- Fix typo in project name from "Verbatim Dicta" to "Verbatim Dicta1"
- Ensure consistency with other project references
2025-12-17 22:53:35 +01:00
2 changed files with 1 additions and 4 deletions

View File

@@ -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.

View File

@@ -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