**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
This commit is contained in:
mike
2025-12-17 23:09:56 +01:00
parent 7cc14326fc
commit 03b018a582
2 changed files with 1 additions and 4 deletions

View File

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

View File

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