Skip to content

ryanachten/whosagoodboy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loading

whosagoodboy

Have you ever passed a cute dog on the street and thought "I wonder what breed that dog is"?

Well, wonder no more. whosagoodboy is a simple web app which allows you, through the power of machine learning, identify what breed that a mystery dog might be.

Upload

Pipeline

Pipeline

  1. A Tensorflow model is trained on the Stanford Dogs dataset
  2. The model is converted into a model TensorflowJS can consume and labels are outputted as a JSON file
  3. The model and labels are used in the Next.js application to classify images on the client

Upload

Then when a user uploads a photo, we are able to do the following:

  1. Crop the photo so that it uses a square aspect ratio and then resize it to dimensions which are acceptable for classification
  2. Pass transformed photo to the Tensorflow model to predict what breeds are most likely associated with the photo
  3. Classification results are mapped to outputted labels to identify dog breeds predictions
  4. Use Wikipedia to provide general information on the dog breeds being classified

Gallery

Running whosagoodboy

Documentation for running different parts of the app can be found here: