Baselight

Cat Breeds Dataset

Images for 67 different cat breeds as labeled by advertisers for adoption

@kaggle.ma7555_cat_breeds_dataset

Loading...
Loading...

About this Dataset

Cat Breeds Dataset

Context

Following the steps of Stanford Dogs Dataset, A similar one for cats had to be available.

Content

We have an unbalanced dataset of images representing 67 different cat breeds. I will try to add more images for minority/rare breeds over time.

Disclaimer: These breeds have been selected by advertisers and not by professionals, there is a probability of error in some of them.

Acknowledgements

This dataset was made available by:

  1. PetFinder API

  2. aschleg: petpy

  3. Myself: multiprocess image downloader

Inspiration

Can we identify different cat breeds?

Tables

Cats

@kaggle.ma7555_cat_breeds_dataset.cats
  • 11.76 MB
  • 67145 rows
  • 11 columns
Loading...

CREATE TABLE cats (
  "unnamed_0" BIGINT,
  "id" BIGINT,
  "url" VARCHAR,
  "type" VARCHAR,
  "age" VARCHAR,
  "gender" VARCHAR,
  "size" VARCHAR,
  "coat" VARCHAR,
  "breed" VARCHAR,
  "photos" VARCHAR,
  "med_photos" VARCHAR
);

Share link

Anyone who has the link will be able to view this.