crop-detection/ ├── backend/ │ ├── app.py # Flask main application │ ├── models/ # AI models for disease detection │ ├── api/ # API routes │ ├── database/ # Database models and migrations │ ├── utils/ ...