Skip to content

parduccinward/cnn-dfsp

Repository files navigation

Skin Cancer Diagnosis System

Description

This project is an AI system that can recognize rare skin cancer through images, allows you to authenticate as a doctor, and manage diagnoses (CRUD) uploading images to verify if it is a disease or not. The system consumes a previously trained model using AWS with a Jupyter Notebook, the backend is built with Flask and uses the tf.Keras.Model module to consume this model. The front-end is built with VanillaJS and HTML.

CNN

This project uses 260 images of skin lesions to train a neural network. This code implements the classification of the following diseases:

  1. Benign tumours
  2. Basal cell carcinoma
  3. Dermatofibrosarcoma protuberans
  4. Melanoma

Clasificacion de Lesiones Cutaneas via CNN

Technologies used:

Training:

  • Python
  • Jupyter Notebooks
  • Tensorflow
  • Keras
  • pandas
  • numpy
  • boto3

Model Hosting

  • AWS S3
  • AWS Sagemaker

Web Development

  • Flask
  • Javascript
  • HTML
  • CSS

About

This repository contains an application that consumes a machine learning skin cancer model. The model is trained with different conditions but mainly DFSP. Feel free to clone this repository.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors