Select a Dataset to Work With

Choose a dataset from our collection to start coding and analyzing

Chest X-Ray Dataset for Pneumonia Detection

Request medical imaging pneumonia

A comprehensive dataset of chest X-ray images for pneumonia detection, collected from Mbarara Region...

1250 files 2.5 GB

Retinal Fundus Images for Diabetic Retinopathy

Open retinal imaging diabetic retinopathy

High-resolution retinal fundus images for diabetic retinopathy screening. This dataset contains imag...

890 files 1.8 GB

Breast Cancer Histopathology Images

Restricted histopathology breast cancer

Microscopic images of breast tissue samples for cancer detection and classification. Includes both b...

2100 files 4.2 GB

Quick Start Guides

Python for Medical Data

import pandas as pd
import numpy as np

Essential libraries for data manipulation

View Full Guide →

R for Biostatistics

library(tidyverse)
library(ggplot2)

Statistical analysis packages

View Full Guide →

API Access

GET /api/datasets
GET /api/datasets/{id}

Programmatic dataset access

View API Docs →

Interactive Tools

Online Code Editor

# Python code example
import pandas as pd
import matplotlib.pyplot as plt
# Load dataset
df = pd.read_csv('dataset.csv')
# Basic analysis
print(df.describe())

Try our online code editor with pre-loaded datasets and examples.

Open Editor

Data Format Converter

CSV to JSON
DICOM to PNG
Excel to CSV

Convert between different data formats commonly used in medical research.

Upload File

Ready to Start Coding?

Access our datasets, use our tools, and join the community of researchers advancing medical data science.