Implemented a full Pipeline Model which First detects if The Image is of a person or Dog.If its a Dog,the model predicts what is its breed from 133 classes of breed.Implemented the Model in PyTorch Framework using Both ie from Scratch as well as using Transfer Learning.For transfer Learning the pre-trained model taken was ResNet-50.The testing accuracy Got from Transfer Learning model was 80 %.