Binary Image Classification in TensorFlow
-
Updated
Jan 13, 2019 - Python
Binary Image Classification in TensorFlow
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.
Binary or multi-class image classification using VGG16
Classify images in real time. Retrain this CNN with your own dataset. For the binary classification problem. Developed for detecting thumbs up or thumbs down.
AI Enhanced CCTV Surveillance - Client Implementation
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".
Statistical Methods for Machine Learning project - Muffins Vs Chihuahuas
Raspberry Pi Tensorflow Binary Image Classifier
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.)
EfficientNetB0 fine-tuning for binary bird vs. non-bird image classification
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.
Add a description, image, and links to the binary-image-classification topic page so that developers can more easily learn about it.
To associate your repository with the binary-image-classification topic, visit your repo's landing page and select "manage topics."