File size: 314 Bytes
1ae9c51
 
 
 
 
 
 
 
 
e34dc73
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
license: mit
language:
- en
library_name: tf-keras
widget:
  - text: "you have won 50000 cash!"
    example_title: "Spam Classifier"
pipeline_tag: text-classification
---
Use this model by using:
model=tf.keras.models.load_model('model.keras')

This model Uses LSTM to predict if the given text is spam or not.