Skip to content
#

binary-image-classification

Here are 9 public repositories matching this topic...

Language: Python
Filter by language

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

This repository contains an ipython notebook which implements a Convolutional Neural Network to do a binary image classification. I used this to classify Cats vs Dogs and you can get the dataset from here https://www.kaggle.com/c/dogs-vs-cats/data . (This model trains with thousands of input images so be patient.)

  • Updated Jan 11, 2018
  • Python

This repository contains code for a binary image classification model to detect pneumothorax using the ResNet-50 V2 architecture. It includes essential steps such as dataset splitting, image augmentation, model training, and a Streamlit application for user image upload and prediction.

  • Updated May 27, 2023
  • Python

Improve this page

Add a description, image, and links to the binary-image-classification 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 binary-image-classification topic, visit your repo's landing page and select "manage topics."

Learn more