Found 2,345 repositories(showing 30)
ardamavi
Dog and cat image classifier with deep learning
venkateshtata
A simple binary classifier to predict if the given image is a cat or a dog.
rdcolema
Classifying cat and dog images using Kaggle dataset
girishkuniyal
This classifier use Convolution Neural Network approch for kaggle problem to classify Cat vs Dog images.
amitrajitbose
End To End Deep Learning Project For Classifying Cat vs Dog Images, using PyTorch
jiexunsee
A classifier for cat and dog images (Response to Siraj's challenge of the week)
awesome-fc
Cat Dog Image Classifier
abhaybd
Convolutional Neural Network to classify images as either cat or dog, along with using attention heatmaps for localization. Written in python with keras.
mvmanh
This is a Flask app that can classify images of dog and cat. The underlying model is a CNN trained using Keras framework
Computer Vision Case Study in image recognition to classify an image to a binary class, based on Convolutional Neural Networks (CNN), with TensorFlow and Keras in Python, to identify from an image whether it is an image of a dog or cat. (Includes: Data, Case Study Paper, Code)
An example program for TensorflowSharp - classify an image as a dog or cat using a fine-tuned mobilenet model. GPU tuning parameters are added via a byte-array. (Possibly outdated! Updated 2018)
Muhammad-Saran
Dog vs Cat Classifier is a deep learning model built with TensorFlow to classify images as either dogs or cats. It utilizes a Convolutional Neural Network (CNN) and is trained on the Dog vs Cat dataset from Kaggle. The repository includes training and prediction scripts, allowing users to train the model and classify new images easily. 🚀
Yatheen07
This Repository contains cat dog image classifier model implemented Using Convolutional Neural Network.
freeCodeCamp
No description available
The famous Cats-vs-Dogs dataset. I have used a self laid ConvNet to classify the image into 2 classes either a Dog or a Cat. The images used are of 100*100 pixels each. The images are first converted to the numpy array of pixel values using the python ZipFile module. The images are then divided into the training ,cross-validation,testing set containing 20000 , 5000 , 12500 images respectively. Also I have used data augmentation technique to avoid chances of overfitting the model. Finally I achieved a decent accuracy of about 88 % on the validation set.
m-prth
This is a Flutter Application which will classify whether it is a dog or a cat according to the image you provide from the gallery or from the camera.
AzhaanGlitch
Using TensorFlow, a deep learning model is trained to distinguish between cat and dog faces. The model analyzes image features to accurately classify whether the face belongs to a cat or a dog, demonstrating a practical application of machine learning for image recognition.
ReiCHU31
We successfully built a deep neural network model by implementing Convolutional Neural Network (CNN) to classify dog and cat images with very high accuracy 97.32 %. In addition, we also built a Flask application so user can upload their images and classify easily.
sidharth178
This is a flask web app which classify whether images contain either a dog or cat.
Classifier for cat and dog images, a response to Siraj's challenge of the week
Gedeon-m-gedus
Classify dog and cats images using PyTorch
Classify dog and cat images of kaggle data
MatheusOtenio
Classify images of cats and dogs using a mixed dataset. built using Machine Learning and Convolutional Neural Networks
MXNXV
This is a simple image classifier for dogs vs cats.🐶🐱 This model uses transfer learning using MobileNet to predict the type of dog or cat 🐱💻
neungkl
:cat: :dog: Machine Learning with CNN algorithm to classify image. Is it a cat or dog?
shubham5027
No description available
AyushSingh360
Cat & Dog Classifier is a browser-based machine learning application that classifies uploaded images as either cat or dog using a convolutional neural network. The project demonstrates how deep learning models can be integrated into a modern frontend stack using React, TypeScript, and TensorFlow.js, enabling real-time inference directly in the brow
Subhajit135
Image Classifier using Convulational Neural Network using TFlearn :)
bipinkc19
No description available
ilyessafi007
Building image classification models using very little data