AI-Lab-Makerere/beans
Viewer • Updated • 1.3k • 8.81k • 45
How to use martin-rajniak/beans_disease_classification_transfer_learning with Keras:
# Available backend options are: "jax", "torch", "tensorflow".
import os
os.environ["KERAS_BACKEND"] = "jax"
import keras
model = keras.saving.load_model("hf://martin-rajniak/beans_disease_classification_transfer_learning")
This is the EfficientNetV2S model, fine-tuned using the Beans leaf disease dataset.