An AI-powered crop disease intelligence system designed for field agronomists. Analyze leaf photographs using Computer Vision (TensorFlow) and Large Language Models (LLM) in real-time.
- Intelligent Diagnostics: Supports ResNet and MobileNet architectures for disease classification.
- LLM Insights: Real-time expert advice and remediation strategies.
- Drone Integration: Dashboard uplink for field mission data.
- Field Metrics: Soil moisture, ambient temperature, and growth trend analysis.
frontend/- Next.js 15 UI with Tailwind CSS & Framer Motion.backend/- FastAPI Python backend with TensorFlow integration.
cd backendpip install -r requirements.txtpython run.py(Runs onhttp://localhost:8000)
cd frontendnpm installnpm run dev(Runs onhttp://localhost:3000)
This application is designed to be deployable as a local web application for real-time field use.
Built with excellence for the Hackathon.