OCR_Smart / render.yaml
Mariem-Daha's picture
Upload 10 files
3d7858b verified
raw
history blame contribute delete
398 Bytes
services:
- type: web
name: smart-ocr-api
env: python
plan: starter
buildCommand: pip install -r requirements.txt
startCommand: uvicorn app:app --host 0.0.0.0 --port $PORT
envVars:
- key: OPENAI_API_KEY
sync: false # You'll set this in Render dashboard
healthCheckPath: /health
autoDeploy: false # Set to true for auto-deploy on git push