File size: 887 Bytes
ad6d775
d680c35
1c4f06e
d680c35
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55bfb3e
d680c35
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
name: "Teeth Classification Model"
tags:
  - Image Classification
  - Dentistry
  - Healthcare
license: "apache-2.0"

# Add any relevant libraries and frameworks
library_name: "tensorflow"

# Specify the pipeline tag
pipeline_tag: "image-classification"

# Add information about the model
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."

# Add performance metrics if available
performance:
  accuracy: 0.93


---