Instructions to use simpleverso/gundetector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use simpleverso/gundetector with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://simpleverso/gundetector") - Notebooks
- Google Colab
- Kaggle
| { | |
| "architectures": [ | |
| "mobilenetForImageClassification" | |
| ], | |
| "downsample_in_first_stage": false, | |
| "id2label": { | |
| "0": "Arma detectada", | |
| "1": "Limpio" | |
| }, | |
| "model_type": "mobilenet", | |
| "num_channels": 3, | |
| "transformers_version": "4.18.0.dev0" | |
| } |