Update README.md
Browse files
README.md
CHANGED
|
@@ -1,16 +1,3 @@
|
|
| 1 |
-
# Wheat Anomaly Detection Model
|
| 2 |
-
|
| 3 |
-
## Overview
|
| 4 |
-
|
| 5 |
-
This model is designed to detect anomalies in wheat crops, such as disease, pest infection, or nutrient deficiency. The model uses a ResNet50 architecture trained on a balanced dataset of healthy and anomalous wheat images. It is fine-tuned to detect various anomalies and is ideal for agricultural applications.
|
| 6 |
-
|
| 7 |
-
## Model Details
|
| 8 |
-
|
| 9 |
-
- **Model Type**: ResNet50 (PyTorch)
|
| 10 |
-
- **Task**: Image Classification / Anomaly Detection
|
| 11 |
-
- **Intended Use**: Detect anomalies in wheat crops using images
|
| 12 |
-
- **License**: Apache-2.0
|
| 13 |
-
|
| 14 |
## Model Card Metadata
|
| 15 |
|
| 16 |
The following YAML configuration is part of the model's metadata to ensure correct pipeline identification on Hugging Face:
|
|
@@ -29,3 +16,18 @@ library_name: pytorch
|
|
| 29 |
datasets:
|
| 30 |
- your_huggingface_username/your_dataset_name # Replace with your actual dataset name
|
| 31 |
pipeline_tag: image-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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:
|
|
|
|
| 16 |
datasets:
|
| 17 |
- your_huggingface_username/your_dataset_name # Replace with your actual dataset name
|
| 18 |
pipeline_tag: image-classification
|
| 19 |
+
|
| 20 |
+
# Wheat Anomaly Detection Model
|
| 21 |
+
|
| 22 |
+
## Overview
|
| 23 |
+
|
| 24 |
+
This model is designed to detect anomalies in wheat crops, such as disease, pest infection, or nutrient deficiency. The model uses a ResNet50 architecture trained on a balanced dataset of healthy and anomalous wheat images. It is fine-tuned to detect various anomalies and is ideal for agricultural applications.
|
| 25 |
+
|
| 26 |
+
## Model Details
|
| 27 |
+
|
| 28 |
+
- **Model Type**: ResNet50 (PyTorch)
|
| 29 |
+
- **Task**: Image Classification / Anomaly Detection
|
| 30 |
+
- **Intended Use**: Detect anomalies in wheat crops using images
|
| 31 |
+
- **License**: Apache-2.0
|
| 32 |
+
|
| 33 |
+
|