GitDeployHub

amaancoderx/genome-ai

github.com/amaancoderx/genome-ai ↗
Python
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)

  • API_HOST API Configuration
  • API_PORT
  • SMTP_HOST Email Configuration
  • SMTP_PORT
  • SMTP_USER
  • SMTP_PASSWORD secret
  • SENDER_EMAIL
  • SENDER_NAME
  • OPENAI_API_KEY secret AI Service API Keys
  • REPLICATE_API_KEY secret Optional: Additional AI services
  • STABILITY_API_KEY secret
  • GOOGLE_AI_API_KEY secret
  • RUNWAY_API_KEY secret
  • USE_RUNWAY Video Generation Settings
  • VIDEO_FALLBACK
  • UPLOAD_DIR Storage Configuration
  • OUTPUT_DIR
  • MAX_FILE_SIZE
  • VIDEO_DURATION Processing Configuration
  • VIDEO_FPS
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/amaancoderx/genome-ai
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/amaancoderx/genome-ai
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/amaancoderx/genome-ai
Or deploy to a different host
← Try another repo