Skip to content
#

skin-cancer-detection

Here are 9 public repositories matching this topic...

This project uses TensorFlow to implement a Convolutional Neural Network (CNN) for image classification. The goal is to classify skin lesion images into different categories. The dataset used is HAM10000, which contains skin lesion images with associated metadata. The actual accuracy of the model is 90%. 🚀🚀

  • Updated May 19, 2024
  • Python

This repository contains Python code for generating a skin cancer detection model and utilizing it to detect skin cancer from user-inputted images or videos. The model architecture follows a sequential structure consisting of convolutional and pooling layers, with the final output layer using a sigmoid activation function.

  • Updated May 28, 2023
  • Python

Improve this page

Add a description, image, and links to the skin-cancer-detection topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the skin-cancer-detection topic, visit your repo's landing page and select "manage topics."

Learn more