Instructions to use ypenterprise/Dog-Breed-Identification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use ypenterprise/Dog-Breed-Identification with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://ypenterprise/Dog-Breed-Identification") - Notebooks
- Google Colab
- Kaggle
| <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> | |
| <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> | |
| <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> | |
| <!--[if gt IE 8]> <html class="no-js"> <! <![endif]--> | |
| <html> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
| <title>Dog Breed Identification</title> | |
| <meta name="description" content="" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> | |
| <link rel="stylesheet" href="" /> | |
| <link | |
| href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" | |
| rel="stylesheet" | |
| integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" | |
| crossorigin="anonymous" | |
| /> | |
| <script | |
| src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" | |
| integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" | |
| crossorigin="anonymous" | |
| ></script> | |
| </head> | |
| <body> | |
| <!--Nav bar --> | |
| <!-- Color--> | |
| <nav class="navbar navbar-expand-lg navbar-light" style="background-color:rgba(255, 255, 255, 0.75);"> | |
| <div class="container"> | |
| <!-- logo --> | |
| <a class="navbar-brand" href="/"> | |
| <img class="image-fluid" src="https://www.whatbreedismydog.com/static/images/logo.svg" alt="logo"> | |
| </a> | |
| <!-- Items--> | |
| <div class="collapse navbar-collapse"> | |
| <div class="navbar-nav"> | |
| <a class="nav-item nav-link" href="/"> Home </a> | |
| </div> | |
| </div | |
| </div> | |
| </nav> | |
| {%block bodyblock%} | |
| {%endblock%} | |
| <script src="" async defer></script> | |
| </body> | |
| </html> | |