A website application that dentists can use to diagnose specific abnormalities in less time and with better accuracy using panoramic dental radiography.
This project is built in Typescript using the MERN stack for the website, Python using Flask for the detection, and YOLO V5 for model training and testing.
Download Dentect Back-end, Front-end, and Detection Model.
git clone https://github.com/Dentect/dental-diseases-detection-backend.git
git clone https://github.com/Dentect/dental-diseases-detection-frontend.git
git clone https://github.com/Dentect/dental-diseases-detection-model.git
Our end-user is the dentist who can
- SignUp and SignIn
- Add new patient
- Upload the patient's X-ray and display detection
- View patient's data
- View patient's old X-rays
- Add comments on Detection
- Give a feedback
Dentect-Demo.mp4
The project is available under the MIT License.