# Installing HF datasets lib
!pip install datasets
CCAgT dataset
CCAgT: Images of Cervical Cells with AgNOR Stain Technique
This dataset was available at Mendelay data in the link: https://doi.org/10.17632/wg4bpm33hj.2
Contains 9339 images with resolution of 1600×1200 where each pixel is 0.111µmX0.111µm from 15 different slides stained with AgNOR technique, having at least one label per image. Have more than sixty-three thousand annotations. The images from patients of Gynecology and Colonoscopy Outpatient Clinic of the Polydoro Ernani de São Thiago University Hospital of the Universidade Federal de Santa Catarina (HU-UFSC). This research was approved by the UFSC Research Ethics Committee (CEPSH), protocol number 57423616.3.0000.0121. First, all patients involved were informed about the objectives of the study, and those who agreed to participate signed an informed consent form.
Using Hugging Faces datasets
from datasets import load_dataset
= load_dataset("lapix/CCAgT") dataset