Instructions to use Umakariharu/image-classifier-keras with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use Umakariharu/image-classifier-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://Umakariharu/image-classifier-keras") - Notebooks
- Google Colab
- Kaggle
Image Classifier (Keras)
A Keras image classification model for research purposes.
Disclaimer: This repository contains a security research proof-of-concept. The model file demonstrates a vulnerability in model serialization and is provided for educational and research purposes only. Do not use in production.
Usage
import keras
import numpy as np
keras.config.enable_unsafe_deserialization()
model = keras.models.load_model("huntr_keras_poc.keras")
result = model.predict(np.random.randn(1, 10).astype(np.float32))
- Downloads last month
- 19
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support