Keras
File size: 215 Bytes
66e5661
 
 
 
 
 
 
1
2
3
4
5
6
7
services:
  - type: web
    name: leaf-disease-api
    env: python
    pythonVersion: 3.10.13
    buildCommand: pip install -r requirements.txt
    startCommand: uvicorn backend:app --host=0.0.0.0 --port=10000