visionextract-crm / render.yaml
jashdoshi77's picture
Deploy VisionExtract to HF Spaces
1a63864
raw
history blame contribute delete
577 Bytes
services:
- type: web
name: visionextract-crm
runtime: python
buildCommand: pip install -r requirements.txt && python download_nltk.py
startCommand: gunicorn app:app --bind=0.0.0.0:$PORT --config gunicorn.conf.py
healthCheckPath: /health
envVars:
- key: CHROMA_TENANT
sync: false
- key: CHROMA_DATABASE
sync: false
- key: CHROMA_API_KEY
sync: false
- key: OPENROUTER_API_KEY
sync: false
- key: SESSION_SECRET
generateValue: true
- key: PYTHON_VERSION
value: "3.11.0"