An open API service indexing awesome lists of open source software.

https://github.com/tabuckner/dog-image-classifier


https://github.com/tabuckner/dog-image-classifier

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Dog-Image-Classifier
Monorepo for Dog Image Classifier.

## Goals
### Data Aggregation
* Populate a DB with URLs to images of dogs.

#### Questions
* Do we need to clean the data?
* Do image dimensions matter?
* ...?

### Simple FE for Classifier
Allow users to classify the images into 1 of 2 classes.

#### Questions
* Can we get clever about making sure that we have multiple users classify the same images
* ...?

### Train ML Model
Probably use a KNN model to train images

#### Questions
* How can we save the state of a KNN model w/ Tensorflow?
* ...?