example / .env.example
sachin sharma
updated README.md
7fb83c4
raw
history blame contribute delete
161 Bytes
# App Configuration
APP_NAME="ML Inference Service"
APP_VERSION="0.1.0"
DEBUG=false
# Server
HOST="0.0.0.0"
PORT=8000
# Model
MODEL_NAME="microsoft/resnet-18"