AI-RESEARCHER-2024 commited on
Commit
ab86166
1 Parent(s): e4c7007

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -10,4 +10,9 @@ pinned: false
10
  license: mit
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
10
  license: mit
11
  ---
12
 
13
+ AI in Dentistry Advancing Imaging and Clinical Transcription
14
+
15
+ This repository contains the code for AI Dentistry application. The application is based on three models:
16
+ 1. **Calculus and Caries Detection**: This model is based on the VGG architecture and is trained on the [Dental Condition Dataset](https://www.kaggle.com/datasets/salmansajid05/oral-diseases/data).
17
+ 2. **Caries Detection**: This model performs caries detection using Yolov8 model. This model is sourced from the [Yolov8 Caries Detector](https://github.com/AndreyGermanov/yolov8_caries_detector).
18
+ 3. **Dental Image Segmentation**: This model performs semantic segmentation in one-shot panoramic x-ray image by using deep learning method with U-Net Model. The model is sourced from [Segmentation-of-Teeth-in-Panoramic-X-ray-Image-Using-U-Net](https://github.com/SerdarHelli/Segmentation-of-Teeth-in-Panoramic-X-ray-Image-Using-U-Net).