Collection of all the images served from Dog API sorted by breed category
This is the collection of all images served by Dog API sorted by breed.
If you would like to contribute towards this open source project with pictures of your own dog, submit your image as a Pull Request and we will review.
All images you submit will be made available via the Dog API endpoints.
Original images provided by the Stanford Dogs Dataset.
# Remove spaces from filenames find . -type f -name "* *" | while read file; do mv "$file" ${file// /_}; doneFind uppercase
find . -name ".[A-Z]" ! -name ".[^A-Z]"