Subh775 commited on
Commit
1265aee
·
verified ·
1 Parent(s): 35e3acd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -1
README.md CHANGED
@@ -9,4 +9,51 @@ tags:
9
  pretty_name: AgroVision
10
  size_categories:
11
  - 1K<n<10K
12
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  pretty_name: AgroVision
10
  size_categories:
11
  - 1K<n<10K
12
+ ---
13
+ # 🌾 Rice Disease Detection Dataset
14
+
15
+ ## Overview
16
+ The **Rice Disease Detection Dataset** is a curated collection of high-resolution images showcasing the health conditions of rice crops. It includes images across four distinct classes, enabling the development of machine learning models for detecting and diagnosing rice diseases effectively. This dataset is intended for agricultural researchers, machine learning enthusiasts, and AI practitioners working towards precision farming solutions.
17
+
18
+ ---
19
+
20
+ ## Labels and Classes
21
+ The dataset consists of images categorized into four labels:
22
+
23
+ 1. **Brown Spot**
24
+ - Caused by *Bipolaris oryzae* fungus.
25
+ - Symptoms: Oval-shaped brown spots on leaves, leading to reduced photosynthesis and crop yield.
26
+
27
+ 2. **Healthy**
28
+ - Represents rice crops in optimal health conditions without visible signs of disease.
29
+ - Serves as a baseline for comparison with diseased samples.
30
+
31
+ 3. **Leaf Blast**
32
+ - A fungal disease caused by *Magnaporthe oryzae*.
33
+ - Symptoms: Grey or white spindle-shaped lesions with brown margins on the leaves.
34
+
35
+ 4. **Neck Blast**
36
+ - Another manifestation of *Magnaporthe oryzae*, attacking the neck of the panicle.
37
+ - Symptoms: Dark lesions around the neck that can lead to panicle breakage or grain loss.
38
+
39
+ ---
40
+
41
+ ## Dataset Structure
42
+ - **Images**: High-quality images of rice crops under varied conditions and environments.
43
+ - **Annotations**: Each image is labeled with its respective class (`Brown Spot`, `Healthy`, `Leaf Blast`, `Neck Blast`).
44
+ - **Total Size**: `Add size and number of images here` (to be updated if not already known).
45
+
46
+ ---
47
+
48
+ ## Applications
49
+ This dataset can be used for:
50
+ - Training convolutional neural networks (CNNs) for disease classification.
51
+ - Developing mobile or web-based applications for farmers to monitor crop(Rice) health.
52
+ - Conducting research on automated plant disease detection.
53
+
54
+ ---
55
+
56
+ ## How to Use
57
+ 1. Clone the dataset repository:
58
+ ```bash
59
+ git clone https://huggingface.co/datasets/Subh775/Rice-Disease-Classification.git