https://github.com/noahspott/ai-cavity-detector
A web application to detect cavities in dental x-rays.
https://github.com/noahspott/ai-cavity-detector
ai dental react
Last synced: 4 months ago
JSON representation
A web application to detect cavities in dental x-rays.
- Host: GitHub
- URL: https://github.com/noahspott/ai-cavity-detector
- Owner: noahspott
- Created: 2023-10-24T16:58:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-01T01:50:34.000Z (over 1 year ago)
- Last Synced: 2024-12-22T12:39:11.391Z (6 months ago)
- Topics: ai, dental, react
- Language: Python
- Homepage:
- Size: 14.6 MB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI Cavity Detector
This web app allows the user to upload an x-ray image and provides an
output image showing the areas of cavities.
*This project was created for CMPSC 445 (Fall 2023) at PSU World Campus.*
**Project Team:**
- Michael Stanley
- Noah Spott
- Mason Ticehurst
- Keian Kaserman## Project Requirements
### fr-01
The system should allow the user to upload an X-ray image or a folder of X-ray images.### fr-02
The system should detect the location of cavities in the uploaded X-ray images.### fr-03
The system should display the X-ray images with an indication of where the cavity is.### fr-04
The system should allow the user to download the images with the cavity indicators.### fr-05
The system should preprocess the uploaded images to enhance image quality, reduce noise, and prepare the image for the ML model.## Setting Up Development Environment
### Client
1. Clone repository
2. Open project folder in terminal3. npm install
4. npm run dev
5. Copy the Local or Network address and paste it into your web browser.
### Server
1. Open project folder in new terminal2. Run
python3 ./server/server.py## Demo
![]()