Sandeep Suresh commited on
Commit
e34dc73
·
verified ·
1 Parent(s): 1ae9c51

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -7,4 +7,8 @@ widget:
7
  - text: "you have won 50000 cash!"
8
  example_title: "Spam Classifier"
9
  pipeline_tag: text-classification
10
- ---
 
 
 
 
 
7
  - text: "you have won 50000 cash!"
8
  example_title: "Spam Classifier"
9
  pipeline_tag: text-classification
10
+ ---
11
+ Use this model by using:
12
+ model=tf.keras.models.load_model('model.keras')
13
+
14
+ This model Uses LSTM to predict if the given text is spam or not.