language: | |
- en | |
size_categories: | |
- 1K<n<10K | |
task_categories: | |
- image-classification | |
tags: | |
- medical | |
configs: | |
- config_name: default | |
data_files: | |
- split: train | |
path: data/train-* | |
dataset_info: | |
features: | |
- name: image | |
dtype: image | |
- name: label | |
dtype: string | |
splits: | |
- name: train | |
num_bytes: 354568127.0 | |
num_examples: 2750 | |
download_size: 0 | |
dataset_size: 354568127.0 | |
This is dataset comes from this [Kaggle Dataset](https://www.kaggle.com/datasets/sachinkumar413/diabetic-retinopathy-dataset/) | |
from the user [Sachin Kumar](https://www.kaggle.com/sachinkumar413). | |
- The goal of the dataset is for the Varun AIM Projects to easily start running and download the dataset on their local computer in the HF libraries as the directory I strongly recommedn to use. |