--- 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.