# ========================= # 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