GitDeployHub

viwaz/sentiment_analysis

github.com/viwaz/sentiment_analysis ↗
Python
10 environment variables found in .env.example

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

  • DB_HOST ── PostgreSQL ────────────────────────────────────────────────
  • DB_PORT
  • DB_NAME
  • DB_USER
  • DB_PASSWORD secret
  • JWT_SECRET_KEY secret ── JWT Auth ──────────────────────────────────────────────────
  • JWT_ALGORITHM secret
  • JWT_EXPIRE_MINUTES secret
  • GROQ_API_KEY secret ── Groq LLM Insight Engine ─────────────────────────────────── Get a free API key at https://console.groq.com/keys
  • BACKEND_URL ── Streamlit → FastAPI bridge ──────────────────────────────── URL where the FastAPI backend (src/model_api.py) is running. Change the port…
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/viwaz/sentiment_analysis
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/viwaz/sentiment_analysis
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/viwaz/sentiment_analysis
Or deploy to a different host
← Try another repo