Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -23,24 +23,16 @@ It was trained using PyTorch and torchvision, and deployed on Hugging Face Space
|
|
| 23 |
- **Training Data:** plant_village
|
| 24 |
|
| 25 |
## How to Use
|
| 26 |
-
1. Upload an image of a leaf using the interface.
|
| 27 |
2. Click the "Submit" button.
|
| 28 |
-
3. View the
|
| 29 |
|
| 30 |
## Dependencies
|
| 31 |
This app requires the following Python packages:
|
| 32 |
- `torch`, `torchvision`
|
| 33 |
- `gradio`
|
| 34 |
-
- `pillow`, `
|
| 35 |
- `pandas`, `plotly`, `datasets`
|
| 36 |
|
| 37 |
## Deployment
|
| 38 |
-
This app is deployed using **Gradio** on **Hugging Face Spaces**.
|
| 39 |
-
|
| 40 |
-
Try it live here
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 23 |
- **Training Data:** plant_village
|
| 24 |
|
| 25 |
## How to Use
|
| 26 |
+
1. Upload an image of a leaf, and slide to your preferred prediction sharpness using the interface.
|
| 27 |
2. Click the "Submit" button.
|
| 28 |
+
3. View the diagnosis along with a visual of the top 5 most likely diseases.
|
| 29 |
|
| 30 |
## Dependencies
|
| 31 |
This app requires the following Python packages:
|
| 32 |
- `torch`, `torchvision`
|
| 33 |
- `gradio`
|
| 34 |
+
- `pillow`, `matplotlib`
|
| 35 |
- `pandas`, `plotly`, `datasets`
|
| 36 |
|
| 37 |
## Deployment
|
| 38 |
+
This app is deployed using **Gradio** on **Hugging Face Spaces**.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|