eczemanage / .env
RezinWiz's picture
Upload 15 files
ac5551c verified
raw
history blame contribute delete
702 Bytes
# =========================
# API Configuration
# =========================
API_HOST=0.0.0.0
API_PORT=8000
DEBUG=True
# =========================
# Model Paths and Google Drive Integration
# =========================
# Local model directories (these will be auto-created/downloaded if missing)
DERM_MODEL_PATH=./derm_foundation
EASI_MODEL_PATH=./trained_model/easi_severity_model_derm_foundation_individual.pkl
# =========================
# Image Processing Settings
# =========================
MAX_IMAGE_SIZE_MB=10
PROCESSED_IMAGE_SIZE=448
# =========================
# API Security (optional for production)
# =========================
# API_KEY=your-secret-key-here