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
RSK World
medical-imaging
Medical Imaging Dataset - X-ray CT Scan MRI + Disease Detection + Computer-Aided Diagnosis + Medical AI
medical-imaging
  • __pycache__
  • data
  • scripts
  • .gitignore475 B
  • CONTRIBUTING.md1.7 KB
  • CT_MRI_LOCATION.md6 KB
  • DATASET_SUMMARY.md4.1 KB
  • DISCLAIMER.md2.1 KB
  • DOWNLOAD_INSTRUCTIONS.md7.5 KB
  • ERROR_CHECK_REPORT.md4.2 KB
  • FINAL_DATASET_SUMMARY.md5.8 KB
  • LICENSE784 B
  • PROJECT_IMAGE_NOTE.md1.2 KB
  • PROJECT_SUMMARY.md3.9 KB
  • QUICK_START.md2.9 KB
  • README.md4.3 KB
  • RELEASE_NOTES.md5 KB
  • create_directories.py1.5 KB
  • download_all_ct_mri.py12.2 KB
  • download_all_datasets.py8.9 KB
  • download_ct_mri_datasets.py10.1 KB
  • download_ct_mri_kaggle.bat1.5 KB
  • download_from_github.py8.1 KB
  • download_helper.py4.4 KB
  • download_kaggle_datasets.bat2.1 KB
  • download_public_datasets.py16.7 KB
  • download_summary.json211 B
  • example_usage.py2.7 KB
  • generate_sample_data.py15.9 KB
  • index.html43.2 KB
  • medical-imaging.zip2.1 MB
  • organize_medmnist.py1.3 KB
  • organize_mri_data.py584 B
  • project_info.json1.4 KB
  • requirements.txt492 B
  • setup.py2 KB
DATASET_SUMMARY.md
DATASET_SUMMARY.md
Raw Download

DATASET_SUMMARY.md

# Medical Imaging Dataset - Summary

<!--
Medical Imaging Dataset - Dataset Summary
==========================================

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
-->

## Dataset Overview

Your Medical Imaging Dataset now contains **real medical images** from publicly available sources!

### Current Dataset Statistics

- **Total Images**: 1,157
- **X-ray Images**: 1,147 (Real medical images from COVID-19 dataset)
- **CT Scan Images**: 5 (Sample data)
- **MRI Images**: 5 (Sample data)

## Real Medical Images Downloaded

### ✅ COVID-19 Chest X-ray Dataset
- **Source**: GitHub (ieee8023/covid-chestxray-dataset)
- **Images**: 1,142 real chest X-ray images
- **License**: MIT License
- **Description**: Real chest X-ray images from COVID-19 patients and normal cases
- **Location**: `data/xray/images/`
- **Labels**: `data/xray/labels/` (JSON format)

## Dataset Structure

```
data/
├── xray/
│ ├── images/ ← 1,147 real X-ray images
│ └── labels/ ← Corresponding JSON labels
├── ct_scan/
│ ├── images/ ← 5 CT scan images
│ └── labels/ ← Corresponding labels
└── mri/
├── images/ ← 5 MRI images
└── labels/ ← Corresponding labels
```

## Image Details

### X-ray Images (1,147 images)
- Real medical chest X-ray images
- Includes COVID-19 cases and normal cases
- Various formats: JPEG, PNG
- All images are anonymized
- Suitable for educational and research purposes

### Sample Images
- CT scan and MRI sample images for demonstration
- Can be replaced with real data from other sources

## Using the Dataset

### Load Images
```python
from scripts.load_data import MedicalImagingDataset

dataset = MedicalImagingDataset(data_path='./data')
xray_images, xray_labels = dataset.load_xray_images()
print(f"Loaded {len(xray_images)} X-ray images")
```

### Preprocess Images
```python
from scripts.preprocess import preprocess_image

processed = preprocess_image('data/xray/images/image.jpg', image_type='xray')
```

### Visualize Images
```python
from scripts.visualize import visualize_medical_image

visualize_medical_image('data/xray/images/image.jpg', 'data/xray/labels/image.json')
```

## Data Sources

### Primary Source
- **COVID-19 Chest X-ray Dataset**
- Repository: https://github.com/ieee8023/covid-chestxray-dataset
- License: MIT
- Citation: Please cite the original repository when using this data

## Adding More Data

To add more real medical images:

1. **Kaggle Datasets** (requires free account):
- Chest X-Ray Pneumonia: ~5,863 images
- NIH Chest X-ray: ~112,120 images
- Brain MRI Tumor Detection: ~3,000+ images
- See `DOWNLOAD_INSTRUCTIONS.md` for details

2. **Other Public Sources**:
- The Cancer Imaging Archive (TCIA)
- Radiopaedia
- OpenNeuro
- Stanford AIMI
- See `DOWNLOAD_INSTRUCTIONS.md` for full list

3. **Use the download scripts**:
```bash
python download_all_datasets.py
```

## Important Notes

⚠️ **Educational Use Only**
- All images are for educational and research purposes
- NOT for actual medical diagnosis or treatment
- Always consult medical professionals for medical advice
- See `DISCLAIMER.md` for full details

## Attribution

When using this dataset, please:
- Cite the original COVID-19 dataset source
- Include license information (MIT)
- Give proper attribution to dataset creators
- Follow terms of use

## Contact

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

## Project Information

- **Project**: Medical Imaging Dataset
- **Version**: 1.0.0
- **Last Updated**: 2024
- **Founder**: Molla Samser
- **Designer & Tester**: Rima Khatun

---

**Dataset Status**: ✅ Ready to use with real medical images!

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