The basic idea of this project is to identify the breed of a dog from it's image using various technologies like
Tensor flow
anddeep learning
. The data set contains images of 120 unique breeds and the number of images present in the data set are around 10,000. So, I have trained myMobile net V2 model
with this data and now is able to be tested with various images.
The data set is taken from kaggle which is publicly accessible.