fbadine commited on
Commit
1bf8e35
·
verified ·
1 Parent(s): f688cae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
 
2
  # Image Spam Detection with VGG19
3
 
@@ -107,4 +117,4 @@ To load this model in your application, use the following:
107
 
108
  ```python
109
  from tensorflow.keras.models import load_model
110
- model = load_model("path/to/saved_model")
 
1
+ ---
2
+ library_name: keras
3
+ tags:
4
+ - image-classification
5
+ - spam-detectio
6
+ metrics:
7
+ - accuracy
8
+ base_model:
9
+ - keras-io/VGG19
10
+ ---
11
 
12
  # Image Spam Detection with VGG19
13
 
 
117
 
118
  ```python
119
  from tensorflow.keras.models import load_model
120
+ model = load_model("path/to/saved_model")