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
The system should allow the user to upload an X-ray image or a folder of X-ray images.
The system should detect the location of cavities in the uploaded X-ray images.
The system should display the X-ray images with an indication of where the cavity is.
The system should allow the user to download the images with the cavity indicators.
The system should preprocess the uploaded images to enhance image quality, reduce noise, and prepare the image for the ML model.
-
Clone repository
-
Open project folder in terminal
-
npm install
-
npm run dev
-
Copy the Local or Network address and paste it into your web browser.
-
Open project folder in new terminal
-
Run
python3 ./server/server.py