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
QUICK_START.md
QUICK_START.md
Raw Download

QUICK_START.md

# Quick Start Guide - Downloading Real Medical Images

<!--
Medical Imaging Dataset - Quick Start Guide
===========================================

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

## Easiest Way to Get Real Medical Images

### Option 1: COVID-19 Chest X-ray Dataset (No Account Required) ⭐ RECOMMENDED

This is the **easiest** dataset to download - no registration needed!

```bash
# Run the GitHub downloader
python download_from_github.py
# Select option 1

# Or download manually:
# Visit: https://github.com/ieee8023/covid-chestxray-dataset
# Click "Code" → "Download ZIP"
# Extract and copy images to data/xray/images/
```

**What you get**: ~100+ real chest X-ray images with COVID-19 cases

---

### Option 2: Kaggle Datasets (Requires Free Account)

1. **Create free Kaggle account**: https://www.kaggle.com
2. **Get API key**:
- Go to Account Settings → API
- Click "Create New API Token"
- Download `kaggle.json`
3. **Install Kaggle API**:
```bash
pip install kaggle
```
4. **Setup credentials**:
- Windows: Place `kaggle.json` in `C:\Users\YourUsername\.kaggle\`
- Linux/Mac: Place in `~/.kaggle/` and run `chmod 600 ~/.kaggle/kaggle.json`
5. **Download dataset**:
```bash
kaggle datasets download -d paultimothymooney/chest-xray-pneumonia
unzip chest-xray-pneumonia.zip -d data/
```

**What you get**: ~5,863 real chest X-ray images

---

### Option 3: MedMNIST (Direct Download)

1. Visit: https://medmnist.com/
2. Click "Download" on any dataset
3. Extract and organize images

**What you get**: ~66,000 standardized medical images across multiple modalities

---

## Recommended Datasets for Beginners

1. **COVID-19 X-ray Dataset** (GitHub) - Easiest, no account needed
2. **Chest X-Ray Pneumonia** (Kaggle) - Large, well-organized
3. **Brain MRI Tumor Detection** (Kaggle) - Good for MRI examples
4. **MedMNIST** (Official site) - Pre-processed, ready to use

## After Downloading

1. **Organize images** into the project structure:
```
data/
├── xray/images/ ← Place X-ray images here
├── ct_scan/images/ ← Place CT scan images here
└── mri/images/ ← Place MRI images here
```

2. **Create label files** (optional):
- Copy example labels from `data/xray/labels/example_label.json`
- Modify for your images

3. **Test the dataset**:
```bash
python example_usage.py
```

## Need Help?

- Read full instructions: `DOWNLOAD_INSTRUCTIONS.md`
- Check dataset licenses and terms
- Contact: help@rskworld.in

---

**Remember**: All datasets are for **educational purposes only**. Not for medical diagnosis.

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