Instructions to use Pranjal12345/Classification_Keras with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use Pranjal12345/Classification_Keras with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://Pranjal12345/Classification_Keras") - Notebooks
- Google Colab
- Kaggle
| { | |
| "id2label": { | |
| "0": "Looking Away", | |
| "1": "bored", | |
| "2": "confused", | |
| "3": "drowsy", | |
| "4": "engaged", | |
| "5": "frustated" | |
| } | |
| } |