Skip to content
#

binary-image-classification

Here are 16 public repositories matching this topic...

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

In this repository, I put into test my newly acquired Deep Learning skills in order to solve the Kaggle's famous Image Classification Problem, called "Dogs vs. Cats".

  • Updated May 7, 2022
  • Python

This repository consists of classification of snakes species. It shows the whole progress and model used to achieve final accuracy. The model used are CNN(Convolutional Neural Network), MobileNetV2 and VGGNet. The final accuracy was achieved using transfer learning with model MobileNetV2

  • Updated Feb 10, 2024
  • Jupyter Notebook

Employing advanced techniques, the project seamlessly integrates binary and multiclass classifiers for character classification. It offers a comprehensive analysis and adeptly addresses challenges in the realm of computer vision.This project was part of my uOttawa Master's in Computer Vision course (2023).

  • Updated Jan 12, 2024
  • Jupyter Notebook

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

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

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