AI in Dentistry Advancing Imaging and Clinical Transcription
This repository contains the code for AI Dentistry application. The application is based on three models:
- Calculus and Caries Detection: This model is based on the VGG architecture and is trained on the Dental Condition Dataset.
- Caries Detection: This model performs caries detection using Yolov8 model. This model is sourced from the Yolov8 Caries Detector.
- 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.