Monorepo for Dog Image Classifier.
- Populate a DB with URLs to images of dogs.
- Do we need to clean the data?
- Do image dimensions matter?
- ...?
Allow users to classify the images into 1 of 2 classes.
- Can we get clever about making sure that we have multiple users classify the same images
- ...?
Probably use a KNN model to train images
- How can we save the state of a KNN model w/ Tensorflow?
- ...?