help@rskworld.in +91 93305 39277
RSK World
  • Home
  • Development
    • Web Development
    • Mobile Apps
    • Software
    • Games
    • Project
  • Technologies
    • Data Science
    • AI Development
    • Cloud Development
    • Blockchain
    • Cyber Security
    • Dev Tools
    • Testing Tools
  • Blog
  • About
  • Contact

Theme Settings

Color Scheme
Display Options
Font Size
100%
Back to Project
RSK World
medical-imaging
/
data
RSK World
medical-imaging
Medical Imaging Dataset - X-ray CT Scan MRI + Disease Detection + Computer-Aided Diagnosis + Medical AI
data
  • ct_scan
  • mri
  • xray
  • README.md1.9 KB
detect_persons.cpython-313.pycREADME.md
data/README.md
Raw Download

README.md

# Medical Imaging Dataset - Data Directory

<!--
Medical Imaging Dataset - Data Directory README
================================================

Project: Medical Imaging Dataset
Website: https://rskworld.in
Contact: help@rskworld.in, support@rskworld.in
Phone: +91 93305 39277
Founder: Molla Samser
Designer & Tester: Rima Khatun

This directory contains the medical imaging dataset structure.
-->

## Directory Structure

```
data/
├── xray/
│ ├── images/ # X-ray image files (PNG, JPG)
│ └── labels/ # Diagnostic labels (JSON format)
├── ct_scan/
│ ├── images/ # CT scan image files (PNG, JPG, DICOM)
│ └── labels/ # Diagnostic labels (JSON format)
└── mri/
├── images/ # MRI image files (PNG, JPG, DICOM)
└── labels/ # Diagnostic labels (JSON format)
```

## Image Formats

- **PNG**: Standard PNG format images
- **JPG/JPEG**: Standard JPEG format images
- **DICOM**: Medical imaging standard format (.dcm files)

## Label Format

Labels are stored in JSON format with the following structure:

```json
{
"diagnosis": "Normal",
"confidence": 0.95,
"date": "2024-01-15",
"modality": "X-ray",
"body_part": "Chest",
"annotations": {
"findings": ["No acute findings"],
"recommendations": ["Routine follow-up"]
}
}
```

## Usage

Place your medical images in the respective directories:
- X-ray images → `xray/images/`
- CT scan images → `ct_scan/images/`
- MRI images → `mri/images/`

Corresponding labels should be placed in the `labels/` directories with matching filenames (e.g., `image_001.png` → `image_001.json`).

## Contact

- **Website**: [rskworld.in](https://rskworld.in)
- **Email**: help@rskworld.in, support@rskworld.in
- **Phone**: +91 93305 39277

About RSK World

Founded by Molla Samser, with Designer & Tester Rima Khatun, RSK World is your one-stop destination for free programming resources, source code, and development tools.

Founder: Molla Samser
Designer & Tester: Rima Khatun

Development

  • Game Development
  • Web Development
  • Mobile Development
  • AI Development
  • Development Tools

Legal

  • Terms & Conditions
  • Privacy Policy
  • Disclaimer

Contact Info

Nutanhat, Mongolkote
Purba Burdwan, West Bengal
India, 713147

+91 93305 39277

hello@rskworld.in
support@rskworld.in

© 2026 RSK World. All rights reserved.

Content used for educational purposes only. View Disclaimer