GitDeployHub

ajay-bhargava/frame-ble-connect

github.com/ajay-bhargava/frame-ble-connect ↗
Python
7 environment variables found in env.example

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

  • HOST Server Configuration
  • PORT
  • RELOAD
  • MOONDREAM_API_KEY secret Moondream AI API Key Get your API key from: https://moondream.ai/c/playground
  • GOOGLE_API_KEY secret Google API Key (optional for restaurant search) Get your API key from: https://console.cloud.google.com/
  • LOG_LEVEL Optional: Logging Configuration
  • ALLOWED_ORIGINS Optional: CORS Configuration (comma-separated)
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/ajay-bhargava/frame-ble-connect
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/ajay-bhargava/frame-ble-connect
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/ajay-bhargava/frame-ble-connect
Or deploy to a different host
← Try another repo