From 03b018a582d1d8d97c4e921b5659fb09fd2049c5 Mon Sep 17 00:00:00 2001 From: mike Date: Wed, 17 Dec 2025 23:09:56 +0100 Subject: [PATCH] **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 --- README.md | 2 +- start_transcribe.sh | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index f116a64..29528df 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Verbatim Dicta1 +# Verbatim Dicta2 Real-time audio transcription using Whisper AI with optional LLM analysis. Captures microphone and speaker audio simultaneously for comprehensive transcription. diff --git a/start_transcribe.sh b/start_transcribe.sh index 6cab4a0..e831610 100755 --- a/start_transcribe.sh +++ b/start_transcribe.sh @@ -1,9 +1,6 @@ #!/bin/bash -# Simple startup script for transcription with GPU support - cd "$(dirname "$0")" -# Activate virtual environment source .venv/bin/activate # Set CUDA library paths for ctranslate2