Cat Breeds Dataset
Images for 67 different cat breeds as labeled by advertisers for adoption
@kaggle.ma7555_cat_breeds_dataset
Images for 67 different cat breeds as labeled by advertisers for adoption
@kaggle.ma7555_cat_breeds_dataset
Following the steps of Stanford Dogs Dataset, A similar one for cats had to be available.
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.
This dataset was made available by:
aschleg: petpy
Myself: multiprocess image downloader
Can we identify different cat breeds?
CREATE TABLE cats (
"unnamed_0" BIGINT -- Unnamed: 0,
"id" BIGINT,
"url" VARCHAR,
"type" VARCHAR,
"age" VARCHAR,
"gender" VARCHAR,
"size" VARCHAR,
"coat" VARCHAR,
"breed" VARCHAR,
"photos" VARCHAR,
"med_photos" VARCHAR
);
Anyone who has the link will be able to view this.