Skip to content

kennethsauers/SwampHack2020_CanHelp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blight-Eye | SwampHacks 2020

Developers:

Kenneth Sauers
Jarret Torres
Mykola Maslych

Description

Use this app to take a picture of a skin disorder and get a preliminary diagnosis.
Built in 36 hours during SwampHacks 2020 at University of Florida.

The images show Start Screen, Evaluation Screen, Results Screen (result is the scientific name for a common mole)

Start Page Evaluation Page Results Page

Front-end: Native Android (Java)

Built on Native Android, the app takes a picture and saves it to local storage. When user clicks to send the image, app converts it to a byte array, packs it into a JSON Object and sends a POST request to the server. The server responds with a string of the name of a potential skin disorder. Depending on the response, app's result screen presents a disclainer and shows additional information about the diagnosis.

Back-End: GCP, Flask (Python)

Our Flask server is hosted on GCP's App Engine. It receives a POST request, decodes the byte array into an image and feeds it into a trained CNN.
We trained a CNN on a public dataset to categorize a picture into one of the seven skin disorders.

Links

Link to Devpost Submission
Link to YouTube Video

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors