Instructions to use security-finder/keras-lambda-rce-poc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use security-finder/keras-lambda-rce-poc with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://security-finder/keras-lambda-rce-poc") - Notebooks
- Google Colab
- Kaggle
| # keras-lambda-rce-poc | |
| Security research PoC for model file vulnerability analysis. | |
| ## License | |
| MIT | |
| ## Disclaimer | |
| This repository is for authorized security research only. | |