GitDeployHub

alphacep/voice_perception

github.com/alphacep/voice_perception ↗
Unknown stack
20 environment variables found in .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
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/alphacep/voice_perception
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/alphacep/voice_perception
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/alphacep/voice_perception
Or deploy to a different host
← Try another repo