Update README.md
Browse files---
model_name: "Wheat Anomaly Detection Model"
tags:
- tensorflow
- saved_model
- agriculture
- anomaly-detection
license: apache-2.0
library_name: tensorflow
datasets:
- wheat_dataset_name
---
README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
# My Wheat Anomaly Detection Model
|
2 |
-
This model is stored in TensorFlow SavedModel format and detects anomalies in wheat crops.
|
3 |
-
|
4 |
-
## How to Load the Model
|
5 |
-
```python
|
6 |
-
import tensorflow as tf
|
7 |
-
model = tf.saved_model.load('saved_model')
|
8 |
-
```
|
|
|
1 |
+
# My Wheat Anomaly Detection Model
|
2 |
+
This model is stored in TensorFlow SavedModel format and detects anomalies in wheat crops.
|
3 |
+
|
4 |
+
## How to Load the Model
|
5 |
+
```python
|
6 |
+
import tensorflow as tf
|
7 |
+
model = tf.saved_model.load('saved_model')
|
8 |
+
```
|