├── README.md ├── Transfer Learning Inception V3.ipynb ├── Transfer Learning Resnet 50.ipynb ├── app.py ├── requirements.txt ├── static ├── css │ └── main.css └── js │ └── main.js ├── templates ├── base.html └── index.html └── uploads └── 00b814ee-cfa9-489a-bed3-c1f927bef05a___YLCV_NREC_0220.JPG /README.md: -------------------------------------------------------------------------------- 1 | # Tomato-Leaf-Disease-Prediction -------------------------------------------------------------------------------- /Transfer Learning Inception V3.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krishnaik06/Tomato-Leaf-Disease-Prediction/HEAD/Transfer Learning Inception V3.ipynb -------------------------------------------------------------------------------- /Transfer Learning Resnet 50.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krishnaik06/Tomato-Leaf-Disease-Prediction/HEAD/Transfer Learning Resnet 50.ipynb -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krishnaik06/Tomato-Leaf-Disease-Prediction/HEAD/app.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krishnaik06/Tomato-Leaf-Disease-Prediction/HEAD/requirements.txt -------------------------------------------------------------------------------- /static/css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krishnaik06/Tomato-Leaf-Disease-Prediction/HEAD/static/css/main.css -------------------------------------------------------------------------------- /static/js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krishnaik06/Tomato-Leaf-Disease-Prediction/HEAD/static/js/main.js -------------------------------------------------------------------------------- /templates/base.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krishnaik06/Tomato-Leaf-Disease-Prediction/HEAD/templates/base.html -------------------------------------------------------------------------------- /templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krishnaik06/Tomato-Leaf-Disease-Prediction/HEAD/templates/index.html -------------------------------------------------------------------------------- /uploads/00b814ee-cfa9-489a-bed3-c1f927bef05a___YLCV_NREC_0220.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krishnaik06/Tomato-Leaf-Disease-Prediction/HEAD/uploads/00b814ee-cfa9-489a-bed3-c1f927bef05a___YLCV_NREC_0220.JPG --------------------------------------------------------------------------------