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
File size: 174 Bytes
8cdb19a | 1 2 3 4 5 6 7 8 9 10 | # keras-lambda-rce-poc
Security research PoC for model file vulnerability analysis.
## License
MIT
## Disclaimer
This repository is for authorized security research only.
|