Views
No views yet
📸 Upload an image or select an example below. Get instant predictions on plant disease type — with confidence score and class label.
preprocess_input.keras weights file exported1Leaf-Disease-Project-CE180166/
2├── app.py # Gradio interface main script
3├── inference_utils.py # Helper functions (Load model & Predict)
4├── model/
5│ └── final_model_20epochs.keras # Trained Model Weights
6├── assets/ # Demo/test images
7│ ├── Potato__Early_blight.jpg
8│ └── ...
9├── requirements.txt # Dependencies
10└── README.md # Project Documentation