https://github.com/piraytekinz/imperio
Imperio (formally Dental AI) is a dental image analysis software built to analyze dental images and predict their most likely illness.
https://github.com/piraytekinz/imperio
convolutional-neural-networks image-classification image-classifier python webdevelopment
Last synced: about 2 months ago
JSON representation
Imperio (formally Dental AI) is a dental image analysis software built to analyze dental images and predict their most likely illness.
- Host: GitHub
- URL: https://github.com/piraytekinz/imperio
- Owner: Piraytekinz
- Created: 2023-10-14T22:58:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-16T00:41:44.000Z (2 months ago)
- Last Synced: 2025-03-16T01:25:33.422Z (2 months ago)
- Topics: convolutional-neural-networks, image-classification, image-classifier, python, webdevelopment
- Language: HTML
- Homepage: https://imperio-model.vercel.app/
- Size: 53.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Imperio
Imperio (formally Dental AI) is a dental image analysis software built to analyze dental images and predict their most likely illness.I built and trained the prediction model using tensorflow, and saved it as a .h5 file. The model is loaded through javascript, which collects the uploaded image data and runs a prediction.