This commit is contained in:
2026-06-08 16:42:04 -04:00
commit 8bda14ab63
179 changed files with 48104 additions and 0 deletions

11
.env.local.example Normal file
View File

@@ -0,0 +1,11 @@
# Plant Disease Identification — Environment Variables
# Copy this file to .env.local and fill in real values.
# Path to compiled ML model files (relative to public/)
NEXT_PUBLIC_MODEL_PATH=/models
# (Future) API key for external plant disease databases
# PLANT_ID_API_KEY=
# (Future) OpenAI / vision model API key for image analysis
# OPENAI_API_KEY=