Info
This is my pet project in which I wanted to try my hand in Machine Learning.
I was interested to evaluate how a neural network will predict a breed of my loved pet that you could see on the preview for this page.
The Challenge
The main objective of the project is to create an application that is able to identify a breed of the dog by link on its image.
The Solution
-
By using the pre-trained architecture (ResNet - 34) I got to utilize a much deeper and more complex network architecture without the need to train such a deep network, which would require expensive hardware and lots of time.
-
This model was creatind by using fastai library and deployed on the Google Colaboratory platform that provides free GPU resources.
-
The deploying was done by hosting this model on Amazon S3 and implementing the serverless solution based on AWS Lambda
and Amazon API Gateway.