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