Omarrr7 commited on
Commit
ebd83cf
·
verified ·
1 Parent(s): eb1ac9b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -12
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 predicted disease class and the probability score along woth your resized image.
29
 
30
  ## Dependencies
31
  This app requires the following Python packages:
32
  - `torch`, `torchvision`
33
  - `gradio`
34
- - `pillow`, `numpy`, `matplotlib`
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**.