GitDeployHub

azure/co-op-translator

github.com/azure/co-op-translator ↗
Python
13 environment variables found in .env.template

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

  • AZURE_AI_SERVICE_API_KEY secret Azure AI Service Credentials (Required for image translation)
  • AZURE_AI_SERVICE_ENDPOINT secret
  • AZURE_AI_SERVICE_API_KEY_1 secret Optional fallback set example (index 1)
  • AZURE_AI_SERVICE_ENDPOINT_1 secret
  • AZURE_OPENAI_API_KEY secret Azure OpenAI Credentials (Required for text translation)
  • AZURE_OPENAI_ENDPOINT secret
  • AZURE_OPENAI_MODEL_NAME secret
  • AZURE_OPENAI_CHAT_DEPLOYMENT_NAME secret
  • AZURE_OPENAI_API_VERSION secret
  • OPENAI_API_KEY secret OpenAI Credentials
  • OPENAI_ORG_ID secret
  • OPENAI_CHAT_MODEL_ID secret
  • OPENAI_BASE_URL secret
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/azure/co-op-translator
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/azure/co-op-translator
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/azure/co-op-translator
Or deploy to a different host
← Try another repo