Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# My Wheat Anomaly Detection Model
|
2 |
This model is stored in TensorFlow SavedModel format and detects anomalies in wheat crops.
|
3 |
|
|
|
1 |
+
---
|
2 |
+
model_name: "Wheat Anomaly Detection Model"
|
3 |
+
tags:
|
4 |
+
- tensorflow
|
5 |
+
- saved_model
|
6 |
+
- agriculture
|
7 |
+
- anomaly-detection
|
8 |
+
license: apache-2.0
|
9 |
+
library_name: tensorflow
|
10 |
+
datasets:
|
11 |
+
- wheat_dataset_name
|
12 |
+
---
|
13 |
# My Wheat Anomaly Detection Model
|
14 |
This model is stored in TensorFlow SavedModel format and detects anomalies in wheat crops.
|
15 |
|