Instructions to use guicon/techchallenge-pet-computer-vision-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use guicon/techchallenge-pet-computer-vision-model with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://guicon/techchallenge-pet-computer-vision-model") - Notebooks
- Google Colab
- Kaggle
| # Pet AI Diagnosis | |
| Deploy completo para Hugging Face Spaces. | |
| Contém: | |
| - Modelo TensorFlow | |
| - Modelo TFLite | |
| - Dataset consolidado | |
| - Labels | |
| - API Gradio | |