A website application that dentists can use to diagnose specific abnormalities in less time and with better accuracy using panoramic dental radiography.
-
To run the server, the first step is downloading and installing NodeJS on your machine.
-
Open a terminal, navigate to the project's directory, and run the following command to install the needed packages:
npm i
- Now, run the server through:
npm start
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
The front-end is available under the MIT License.