gitextract_w46t93c5/ ├── Flask Deployed App/ │ ├── CNN.py │ ├── Procfile │ ├── Readme.md │ ├── app.py │ ├── disease_info.csv │ ├── requirements.txt │ ├── static/ │ │ └── uploads/ │ │ └── Readme.md │ ├── supplement_info.csv │ └── templates/ │ ├── base.html │ ├── contact-us.html │ ├── home.html │ ├── index.html │ ├── market.html │ └── submit.html ├── Model/ │ ├── Plant Disease Detection Code.ipynb │ ├── Plant Disease Detection Code.md │ └── Readme.md ├── README.md ├── demo_images/ │ └── Readme.md └── test_images/ └── Readme.md