Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,3 @@
|
|
| 1 |
-
## Model Card Metadata
|
| 2 |
-
|
| 3 |
-
The following YAML configuration is part of the model's metadata to ensure correct pipeline identification on Hugging Face:
|
| 4 |
|
| 5 |
```yaml
|
| 6 |
model_name: Wheat Anomaly Detection Model
|
|
@@ -30,4 +27,10 @@ This model is designed to detect anomalies in wheat crops, such as disease, pest
|
|
| 30 |
- **Intended Use**: Detect anomalies in wheat crops using images
|
| 31 |
- **License**: Apache-2.0
|
| 32 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
```yaml
|
| 3 |
model_name: Wheat Anomaly Detection Model
|
|
|
|
| 27 |
- **Intended Use**: Detect anomalies in wheat crops using images
|
| 28 |
- **License**: Apache-2.0
|
| 29 |
|
| 30 |
+
##Training Data
|
| 31 |
+
This model was trained on a dataset of annotated images containing both healthy and anomalous wheat crops. The data has been curated to ensure balanced representation of both classes (healthy wheat and anomalous wheat).
|
| 32 |
+
|
| 33 |
+
##License
|
| 34 |
+
This model is licensed under the Apache 2.0 License. See the LICENSE file for more information.
|
| 35 |
+
|
| 36 |
|