/slmc

Repo for BME590 final project--skin lesion melanoma classifier

Primary LanguagePythonMIT LicenseMIT

slmc

Classifies the input Melanoma images from the user as either being malignant or benign.

The Software License for the file is:

LICENSE.md ( MIT License)

The Travis Badge is:

Build Status

Read the Docs Badge:

Documentation Status

Starting the Program

The program may be started by plugging in the USB with the stored images.

Requirements:

Python 3.6

A USB drive with the images to be classified.

Raspberry Pi

Output

The output is printed to (filename)_out.txt which has a list of the classified images and this is uploaded to the USB.

The output text file outputs a column with the images classified as either having a benign or malignant skin leision.

Unit Testing

Unit testing is performed using py.test by running test_slmc.py.

Team Members:

  • Caleb Willis
  • Tim Hoer
  • Mounika Vanka

Credits

  • Mark Palmeri
  • Suyash Kumar
  • Arjun Desai