supermarket_app/ │ ├── app.py # Main Flask application ├── requirements.txt # Python dependencies ├── README.md # This file ├── supermarket.db # SQLite database (created automatically) ├── static/ │ ...
This repository contains a Flask-based plant disease detection and tracking app with model inference, disease tracking, AI treatment advice, analytics, weather insights, and PDF reporting. Start by ...