GitDeployHub

alemtuzlak/video-to-social-previews

github.com/alemtuzlak/video-to-social-previews ↗
Python
8 environment variables found in .env.example

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

  • WHISPER_API_URL Path to the whisper.cpp binary Use the whisper.cpp container
  • WHISPER_API_LANGUAGE
  • WHISPER_API_TASK
  • WHISPER_API_WORD_TS
  • API_BASE Ollama (OpenAI-compatible) endpoint
  • OPENAI_API_KEY secret Ollama doesn't need a real key, but the SDK/client expects something
  • LLM_MODEL Model served by Ollama (change to what you pulled)
  • OUT_DIR Where outputs are written
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/alemtuzlak/video-to-social-previews
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/alemtuzlak/video-to-social-previews
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/alemtuzlak/video-to-social-previews
Or deploy to a different host
← Try another repo