Sandeep Suresh commited on
Update README.md
Browse files
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.
|