Skip to content

A real-time skin lesion disease detection app on mobile built in 24 hours

Notifications You must be signed in to change notification settings

hubjongit/iSight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


iSight

Prototype personal smartphone skin lesion detection. Check out our video demo.

The repository containing our iSight project developed during the implementAI2020 hackathon hosted by MAIS. The project is divided into 3 main components, the deep learning algorithm, the backend, the app (android). All these element work together, making use of REST APIs, to efficiently communicate results.

Java 1.8 and Android APK 29 were used for the Android application. Python 3.6 was used for the flask backend and deep learning components.

Installation

The project can be installed from source for development or personal usage.

git clone https://github.com/EricZimmermann/iSight.git
cd android 
./gradlew assemble
cd ../
conda create -n isight python=3.6 pip
conda activate isight
pip install -r Flask\ Backend/requirements.txt
pip install -r dl/requirements.txt

About

A real-time skin lesion disease detection app on mobile built in 24 hours

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published