mikejrodd commited on
Commit
60ac5e1
1 Parent(s): d751972

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -8
README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - image-classification
4
- - accuracy
5
- license: mit
6
- ---
7
-
8
  # Grapevine Disease Classification Model
9
 
10
  ## Overview
@@ -55,8 +48,16 @@ The model was evaluated using standard classification metrics, including precisi
55
 
56
  ### License
57
 
58
- The data used to train this model is licensed under the CC0 Public Domain Dedication. The model itself is licensed under the MIT License. See the LICENSE file for more details.
59
 
60
  ### Acknowledgements
61
 
62
  Special thanks to the contributors of the Grapevine Disease Dataset for providing the data used in training this model.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Grapevine Disease Classification Model
2
 
3
  ## Overview
 
48
 
49
  ### License
50
 
51
+ The data used to train this model is licensed under the CC0 Public Domain Dedication. The model itself is licensed under the MIT License.
52
 
53
  ### Acknowledgements
54
 
55
  Special thanks to the contributors of the Grapevine Disease Dataset for providing the data used in training this model.
56
+
57
+ ---
58
+ tags:
59
+ - image-classification
60
+ metrics:
61
+ - accuracy
62
+ license: mit
63
+ ---