All Projects → AthulDilip → Tensorflow-Dog-Breed-Classifier

AthulDilip / Tensorflow-Dog-Breed-Classifier

Licence: other
Tensorflow Image classifier that can predict the breed of a dog from it photo. Trained on image dataset of 5 different breed of dogs (rottweiler, bulldog, pug, german shepherds, labrador). Interestingly the classifier was able to predict the breed of the dogs even from images of their toys.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Tensorflow-Dog-Breed-Classifier

tensorflow-image-classifier
image classifier, retrained for specific classes
Stars: ✭ 58 (+314.29%)
Mutual labels:  image-classification
KerasUI
UI for Keras to implement image classification written in python and django
Stars: ✭ 40 (+185.71%)
Mutual labels:  image-classification
jpetstore-kubernetes
Modernize and Extend: JPetStore on IBM Cloud Kubernetes Service
Stars: ✭ 21 (+50%)
Mutual labels:  image-classification
shake-drop pytorch
PyTorch implementation of shake-drop regularization
Stars: ✭ 50 (+257.14%)
Mutual labels:  image-classification
subwAI
Scripts for training an AI to play the endless runner Subway Surfers using a supervised machine learning approach by imitation and a convolutional neural network (CNN) for image classification
Stars: ✭ 86 (+514.29%)
Mutual labels:  image-classification
imannotate
Image annotation tool to make Machine Learning or others stuffs
Stars: ✭ 44 (+214.29%)
Mutual labels:  image-classification
tensorflow-image-recognition-chrome-extension
Chrome browser extension for using TensorFlow image recognition on web pages
Stars: ✭ 88 (+528.57%)
Mutual labels:  image-classification
Paper-Notes
Paper notes in deep learning/machine learning and computer vision
Stars: ✭ 37 (+164.29%)
Mutual labels:  image-classification
TensorFlow-Multiclass-Image-Classification-using-CNN-s
Balanced Multiclass Image Classification with TensorFlow on Python.
Stars: ✭ 57 (+307.14%)
Mutual labels:  image-classification
Skin Lesions Classification DCNNs
Transfer Learning with DCNNs (DenseNet, Inception V3, Inception-ResNet V2, VGG16) for skin lesions classification
Stars: ✭ 47 (+235.71%)
Mutual labels:  image-classification
Image-Classification
Pre-trained VGG-Net Model for image classification using tensorflow
Stars: ✭ 29 (+107.14%)
Mutual labels:  image-classification
mybabe
MyBB CAPTCHA Solver using Convolutional Neural Network in Keras
Stars: ✭ 18 (+28.57%)
Mutual labels:  image-classification
MixNet-PyTorch
Concise, Modular, Human-friendly PyTorch implementation of MixNet with Pre-trained Weights.
Stars: ✭ 16 (+14.29%)
Mutual labels:  image-classification
pytorch-cifar-model-zoo
Implementation of Conv-based and Vit-based networks designed for CIFAR.
Stars: ✭ 62 (+342.86%)
Mutual labels:  image-classification
sinkhorn-label-allocation
Sinkhorn Label Allocation is a label assignment method for semi-supervised self-training algorithms. The SLA algorithm is described in full in this ICML 2021 paper: https://arxiv.org/abs/2102.08622.
Stars: ✭ 49 (+250%)
Mutual labels:  image-classification
head-network-distillation
[IEEE Access] "Head Network Distillation: Splitting Distilled Deep Neural Networks for Resource-constrained Edge Computing Systems" and [ACM MobiCom HotEdgeVideo 2019] "Distilled Split Deep Neural Networks for Edge-assisted Real-time Systems"
Stars: ✭ 27 (+92.86%)
Mutual labels:  image-classification
metric-transfer.pytorch
Deep Metric Transfer for Label Propagation with Limited Annotated Data
Stars: ✭ 49 (+250%)
Mutual labels:  image-classification
serving-pytorch-models
Serving PyTorch models with TorchServe 🔥
Stars: ✭ 91 (+550%)
Mutual labels:  image-classification
Alturos.ImageAnnotation
A collaborative tool for labeling image data for yolo
Stars: ✭ 47 (+235.71%)
Mutual labels:  image-classification
UniFormer
[ICLR2022] official implementation of UniFormer
Stars: ✭ 574 (+4000%)
Mutual labels:  image-classification

Tensorflow Dog Breed Classifier

For all those dog lovers like me out there, here is a Tensorflow image classifier that can preict the breed of a dog from its photo. This model is trained to detect 5 different breeds of dog.

  1. Rottweiler
  2. Bulldog
  3. Pug
  4. German Shepherds
  5. Labrador

Intrestingly enough, the model was able to classify the dog breed even from the picture of its toy. Feel free to fork and play around with the classifier.

How to run the basic model

For an image located at <path-to-image-file>, run :

python classifier.py --image_path <path-to-image-file>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].