GitDeployHub

anush008/vision-agents

github.com/anush008/vision-agents ↗
Python
16 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • STREAM_API_KEY secret Stream API credentials
  • STREAM_API_SECRET secret
  • EXAMPLE_BASE_URL
  • DEEPGRAM_API_KEY secret Deepgram API credentials
  • ELEVENLABS_API_KEY secret ElevenLabs API credentials
  • ELEVENLABS_VOICE_ID
  • OPENAI_API_KEY secret OpenAI API credentials
  • OPENAI_MODEL secret
  • OPENAI_REALTIME_MODEL secret
  • GOOGLE_API_KEY secret Google Gemini API credentials
  • GEMINI_API_KEY secret Alternative environment variable name (both supported)
  • CARTESIA_API_KEY secret Cartesia API credentials
  • ANTHROPIC_API_KEY secret Anthropic API credentials
  • ROBOFLOW_API_KEY secret Roboflow API credentials
  • ROBOFLOW_API_URL
  • LEMONSLICE_API_KEY secret LemonSlice API credentials
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/anush008/vision-agents
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/anush008/vision-agents
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/anush008/vision-agents
Or deploy to a different host
← Try another repo