Views
No views yet
cropguard.html on any phone or browser.
Covers all 14 Ghanaian crops via the model; works offline as an estimate (English + Twi). Can also connect
to the trained model — see Settings / docs.backend/train.py — train the MobileNetV2 modelbackend/app.py — FastAPI inference serverbackend/recommendations.json — treatment knowledge basefrontend/src/CropGuard.jsx — React frontend1cd backend
2pip install -r requirements.txt
3python train.py --data ./data # train (needs a dataset)
4uvicorn app:app --port 8000 # servedocs/DOCUMENTATION.md.