jays009 commited on
Commit
5fb3c25
·
verified ·
1 Parent(s): ea287e4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
- model_name: Wheat Anomaly Detection Model (TensorFlow)
3
  tags:
4
- - tensorflow
5
  - resnet
6
  - agriculture
7
  - anomaly-detection
@@ -10,7 +10,7 @@ tags:
10
  - pest-detection
11
  - agricultural-ai
12
  license: apache-2.0
13
- library_name: tensorflow
14
  datasets:
15
  - wheat-dataset # Replace with the actual dataset name if available
16
  model_type: resnet50
@@ -19,7 +19,7 @@ preprocessing:
19
  - center_crop: 224
20
  - normalize: [0.485, 0.456, 0.406]
21
  - normalize_std: [0.229, 0.224, 0.225]
22
- framework: tensorflow
23
  task: image-classification
24
  pipeline_tag: image-classification
25
 
 
1
  ---
2
+ model_name: Wheat Anomaly Detection Model (ONNX)
3
  tags:
4
+ - onnx
5
  - resnet
6
  - agriculture
7
  - anomaly-detection
 
10
  - pest-detection
11
  - agricultural-ai
12
  license: apache-2.0
13
+ library_name: onnx
14
  datasets:
15
  - wheat-dataset # Replace with the actual dataset name if available
16
  model_type: resnet50
 
19
  - center_crop: 224
20
  - normalize: [0.485, 0.456, 0.406]
21
  - normalize_std: [0.229, 0.224, 0.225]
22
+ framework: onnx
23
  task: image-classification
24
  pipeline_tag: image-classification
25