Text Classification
Keras
TensorBoard
English
lstm
spam-classification
binary-classification
email
deep-learning
Instructions to use lokas/spam-emails-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use lokas/spam-emails-classifier with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://lokas/spam-emails-classifier") - Notebooks
- Google Colab
- Kaggle