├── DMN model copy.ipynb ├── DMN model.ipynb ├── accuracy_metrics.py ├── app.py ├── inputapp.py ├── keras_model.h5 └── mnet_model.h5 /DMN model copy.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DharshiniB04/Plant-Disease-Detection/HEAD/DMN model copy.ipynb -------------------------------------------------------------------------------- /DMN model.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DharshiniB04/Plant-Disease-Detection/HEAD/DMN model.ipynb -------------------------------------------------------------------------------- /accuracy_metrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DharshiniB04/Plant-Disease-Detection/HEAD/accuracy_metrics.py -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DharshiniB04/Plant-Disease-Detection/HEAD/app.py -------------------------------------------------------------------------------- /inputapp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DharshiniB04/Plant-Disease-Detection/HEAD/inputapp.py -------------------------------------------------------------------------------- /keras_model.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DharshiniB04/Plant-Disease-Detection/HEAD/keras_model.h5 -------------------------------------------------------------------------------- /mnet_model.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DharshiniB04/Plant-Disease-Detection/HEAD/mnet_model.h5 --------------------------------------------------------------------------------