cat-dog-classifier
There are 29 repositories under cat-dog-classifier topic.
LukaszMalucha/Image-Classification
Flask Blueprint & RESTful application with various image classification models.
AlexSananka/Cat-Dog-Classifier
An image classification algorithm using CNN in Pytorch
beccadsouza/Robotic-Vision-Object-Classification
Cat vs Dog Classification using SVM and KNN Classifiers from the Sklearn Library
prabormukherjee/Deploy_NN_model
Deploy a pre trained(tf) model using TensorFlow serving and Flask
andechen/EK381-Prob-Stats-Data-Science
MATLAB Cat-Dog Classifier
anhphan2705/Cat-Dog-Classification-VGG
Image classification for dogs and cats with VGG-16 using PyTorch. Model accuracy: 99.6%. Classification API included
ayoub-berdeddouch/cat-dog
Flask app for Classification of Dog/Cat using (CNN) with transfer learning @MobileNetV2
MagicDeveloperDRL/MRL-Dogs-Cats-Master
本项目基于TensorFlow训练了一个CNN模型,开发了一个简易的猫狗识别器。整个项目较好体现了面向对象**,相信有点编码基础的同行能够非常快速地理解整个代码结构。ReadMe中具有详细的最终效果,博客讲解链接、参考教程等详细信息。
mr-mahmood/Cats-and-Dogs-Classification-using-CNN
Cats-and-Dogs-Classification-using-CNN
RAHAMNIabdelkaderseifelislem/PRODIGY_ML_03
Task 3 of the Prodigy InfoTech ML internship which involves Implementing a support vector machine (SVM) to classify images of cats and dogs.
shoryasethia/Cats-Dog-InceptionV3
Cat and Dog classifier made using fine tuning InceptionV3 (Transfer Learning)
AB00k/4--ANN-cat_dog_classifier-in-pytorch
This repository is best fit to get started with pytorch. It contains notebooks with implementation of cat and dog classifiers in simple using ANN (CNN). Purpose is to get the basic understanding of pytorch with training and validation and dataset class implementations don't mind the accuracy.
justshivam/Cat-And-Dog-Prediction
This project uses Transfer Learning to train a Model which classifies Cats and Dogs
alejandraNvillarreal/tensorflow-1-public-main
TensorFlow Developer by DeepLearning.AI
bellerb/ml-examples
Miscellaneous AI/ML examples
gr3gor1/Beginner-Machine-Learning-Projects
FCC Projects
haidarizz/cat-dog-classification
A deep learning project using the Tensorflow and Keras libraries with the Convolutional Neural Network method. This development allows us to detect whether the entered image is a cat or a dog.
pundriks3103/Image-Classifier
A Cat vs Dog classifier using CNN
quotcode/Cat-Dog-Classification-VGG16
Cat-Dog Classifier using VGG16 architecture to implement Transfer Learning with Keras November 2020
tejas-130704/Deep-Learning-Projects
A collection of Streamlit-based applications showcasing deep learning in action, including movie recommendations, disease detection, and image classification. Pre-trained models and datasets are hosted on Google Drive for seamless integration.
anhphan2705/Image-Classification-SVM-Dog-Cat
Using VGG16 feature extractor with Scikit-learn Support Vector Machine to train the model to classify dogs and cats. Model accuracy: 94.71%
eeyribas/DeepLearning-Classifier
Contains applications related to Deep Learning Classification. The two applications perform classification using different trained models.
kylixeza/Ktor-KotlinDL
implement kotlin dl library to compile keras model to classify image
lovesaroha/Cat-OR-Dog-Classification-Training
Training a keras model to recognize real images of cats and dogs in order to classify an incoming image as one or the other.
NajiAboo/dog-cat-classification
Dog cat classification using pytorch, neural network
sankalpjain99/CatDog_Classifier
Pytorch Model to classify cats and dogs images
subhalingamd/cnn-cat-dog-classifier
A Convolutional Neural Network (CNN) model to predict Cat/Dog with Keras