A web-app made using flask and Deep learning ( custom CNN model with InceptionResNetV2 ) in python for identifying the breed of the dog from its image.
3
D
DBREED
A web-app made using flask and Deep learning ( custom CNN model with InceptionResNetV2 ) in python for identifying the breed of the dog from its image.
The problem DBREED solves
Works as a multi-class classifier.
Challenges I ran into
Integrating model with front end and improving accuracy of the model. Referred many tutorials and read many articles.