Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.69 KB

File metadata and controls

24 lines (17 loc) · 1.69 KB

Malignant Birthmark Recognition

Backend Maintenance Generic badge GitHub license Generic badge Donate saythanks

Kotlin Backend to serve user requests for MalignantBirthmarkRecognition_Frontend.

Training

The Backend uses Transfer Learning and the pre-trained model VGG with 16 layers from Oxford University. I provided a small shell script to make enlarge the java virtual machine boundaries to avoid OutOfMemoryExceptions.

Prediction

The backend provides only a single http-post-route to upload a image. This image is then classified by the convolutional neural network and will return a json-array with all confidence-rates.

Docker

This application will be dockerized soon. Please be patient.

Attribution

This project was inspired and is based on the Cat and Dog Recognizer by Klevis.

Open-Source

This application is open source. Please see the current license.

Pull-Requests

... are always welcome!