Keras

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

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