https://github.com/tabuckner/dog-image-classifier
https://github.com/tabuckner/dog-image-classifier
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tabuckner/dog-image-classifier
- Owner: tabuckner
- Created: 2019-10-31T13:53:21.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-05T01:45:39.000Z (over 3 years ago)
- Last Synced: 2025-01-24T21:17:01.250Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 2.95 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
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?
* ...?