nlp-analysis-api / railway.json
karim323's picture
Add NLP Analysis API backend with FastAPI and transformers
e4eb82b
raw
history blame contribute delete
234 Bytes
{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "NIXPACKS"
},
"deploy": {
"startCommand": "python main.py",
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
}
}