.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)
DSN
Database Configuration
DB_SCHEMA
TRANSCRIPT_NUM_WORKERS
Transcript Server Configuration
TRANSCRIPT_NUM_THREADS
TASK_BATCH_SIZE
QUEUE_MAX_SIZE
MAX_RETRIES
RETRY_DELAY
HEALTH_CHECK_INTERVAL
TRANSCRIPT_API_KEY
secret
ENABLE_GPU
GPU and Performance Configuration
BATCH_SIZE
CACHE_ENABLED
CACHE_DIR
CACHE_TTL
VAD_THRESHOLD
Voice Activity Detection (VAD) Configuration for Children's Voices
VAD_MIN_SPEECH_DURATION_MS
VAD_MIN_SILENCE_DURATION_MS
ASR_MODEL_NAME
ASR Model Configuration
TEXT_PROCESSOR_WORKERS
Text Processor Configuration
brew install flyctl && fly launch --from https://github.com/alphacep/voice_perception
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/alphacep/voice_perception
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/alphacep/voice_perception