--- license: gpl-2.0 --- # Animal_Image_Dataset (Processed NPY Version) ## Dataset Summary Original data source: https://www.kaggle.com/datasets/alessiocorrado99/animals10 Original dataset: Animals10 (Kaggle) Original license: GPL-2.0 This repository contains a processed version of the original dataset. Total size: approximately 4 GB. Data format: NumPy `.npy` files. ## Dataset Structure The dataset is stored in `.npy` format. All images are reshaped to `(3, 224, 224)`. ## Preprocessing - A small number of images with a single color channel were removed. - All remaining images were reshaped to `(3, 224, 224)`. ## License Original dataset license: GPL-2.0 This processed version is released under GPL-2.0.