Instructions to use VilaVision/dentalmisalignmentdetection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use VilaVision/dentalmisalignmentdetection with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://VilaVision/dentalmisalignmentdetection") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,6 @@ language: en
|
|
| 15 |
pipeline_tag: image-classification
|
| 16 |
---
|
| 17 |
|
| 18 |
-
# 🦷 Teeth Alignment Detection Model
|
| 19 |
|
| 20 |
<h1 align="center">🦷 Teeth Alignment Detection Model</h1>
|
| 21 |
|
|
|
|
| 15 |
pipeline_tag: image-classification
|
| 16 |
---
|
| 17 |
|
|
|
|
| 18 |
|
| 19 |
<h1 align="center">🦷 Teeth Alignment Detection Model</h1>
|
| 20 |
|