|
--- |
|
name: "Teeth Classification Model" |
|
tags: |
|
- Image Classification |
|
- Dentistry |
|
- Healthcare |
|
license: "apache-2.0" |
|
|
|
|
|
library_name: "tensorflow" |
|
|
|
|
|
pipeline_tag: "image-classification" |
|
|
|
|
|
description: | |
|
This model classifies images of teeth into two categories: "Clean" and "Carries". |
|
It is trained using TensorFlow and accepts images of size 256x256 pixels. |
|
|
|
model_parameters: |
|
- name: "Input Size" |
|
description: "Size of the input images (256x256 pixels)" |
|
|
|
metrics: |
|
- name: "Accuracy" |
|
description: "%93" |
|
|
|
limitations: |
|
- "The model may not perform well on images with poor quality or unusual angles." |
|
- "It is trained on a specific dataset and may not generalize well to all scenarios." |
|
|
|
|
|
performance: |
|
accuracy: 0.93 |
|
|
|
|
|
--- |
|
|