Skip to content

Dnntello/dog-vision-classification-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

dog-vision-classification-

This project is a deep learning-based computer vision system designed to classify dog images into their respective breeds. The model was developed using TensorFlow and transfer learning techniques to achieve high classification accuracy on unseen images. It demonstrates practical applications of image preprocessing, model training, evaluation, and prediction in computer vision.

Model url: "https://tfhub.dev/google/imagenet/mobilenet_v2_130_224/feature_vector/4" Pretrained architecture used: MobileNetV2

Dataset

This was obtained from kaggle which includes test data, train data and labels

Preprocessing

Turning images to tensors, Image resizing, batching, norminalization, train/validation split

Technologies used

Python, tensorflow/keras, numpy, matplotlib, scikit-learn, pandas, jupyter notebook, google colab

About

A project that uses transfer learning to create a model for predicting dog breeds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors