demeter

Autonomous Hydroponic Intelligence
commit 88df68ff7b40e9072a8be1f28e3933349b520b79
parent dbc7b0f5b603bd2391028d3738040574449ee72c
Author: arnav0103 <66205884+arnav0103@users.noreply.github.com>
Date:   Sun, 29 Mar 2026 08:26:42 +0530

Updated readme

Diffstat:
Mreadme.md | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/readme.md b/readme.md @@ -251,10 +251,13 @@ demeter/ │ ├── guardrails/ │ │ ├── README.md # Guardrails documentation │ │ └── validation.py # Input sanitization, bounds checking, injection detection +│ ├── model/ +│ │ └── plant_disease_model.pt # Plant disease detection model │ ├── Marl/ │ │ ├── bandit.py # Contextual Bandit (LinGreedy, 15 arms) │ │ ├── strategies.py # Strategy definitions -│ │ └── train-bandit.py # Offline training script +│ │ ├── train-bandit.py # Offline training script +│ │ └── model_bandit_greedy.pkl # Trained bandit model weights │ ├── Sentinel/ │ │ ├── agent.py # FMUBuilder - creates fused vectors │ │ ├── fmu.py # FMU dataclass @@ -323,6 +326,7 @@ demeter/ ├── simulator/ │ └── main.py # Multi-batch DigitalTwin fleet + Azure ADT sync │ +├── yolov8n.pt # Pre-trained YOLOv8 model ├── Knowledge_Base/ # Drop agronomic PDFs here for RAG ingestion ├── requirements.txt └── README.md