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
/
__pycache__
RSK World
medical-imaging
Medical Imaging Dataset - X-ray CT Scan MRI + Disease Detection + Computer-Aided Diagnosis + Medical AI
__pycache__
  • create_directories.cpython-313.pyc1.8 KB
  • download_all_ct_mri.cpython-313.pyc13.6 KB
  • download_all_datasets.cpython-313.pyc10.8 KB
  • download_ct_mri_datasets.cpython-313.pyc12.8 KB
  • download_from_github.cpython-313.pyc8.9 KB
  • download_helper.cpython-313.pyc5.2 KB
  • download_public_datasets.cpython-313.pyc16.7 KB
  • example_usage.cpython-313.pyc3.7 KB
  • generate_sample_data.cpython-313.pyc17.4 KB
  • organize_medmnist.cpython-313.pyc1.5 KB
  • organize_mri_data.cpython-313.pyc960 B
  • setup.cpython-313.pyc1.9 KB
visualize.pyadvanced_processing.py.gitkeepsetup.pysetup.cpython-313.pyc
setup.py
Raw Download
Find: Go to:
"""
Medical Imaging Dataset - Setup Script
=======================================

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

Setup script for the Medical Imaging Dataset package.
"""

from setuptools import setup, find_packages
from pathlib import Path

# Read README for long description
readme_file = Path(__file__).parent / "README.md"
long_description = readme_file.read_text() if readme_file.exists() else ""

setup(
    name="medical-imaging-dataset",
    version="1.0.0",
    author="RSK World",
    author_email="help@rskworld.in",
    description="Medical image dataset with X-rays, CT scans, and MRI images with diagnostic labels",
    long_description=long_description,
    long_description_content_type="text/markdown",
    url="https://rskworld.in",
    packages=find_packages(),
    classifiers=[
        "Development Status :: 4 - Beta",
        "Intended Audience :: Science/Research",
        "Intended Audience :: Education",
        "Topic :: Scientific/Engineering :: Medical Science Apps.",
        "Topic :: Scientific/Engineering :: Image Processing",
        "Programming Language :: Python :: 3",
        "Programming Language :: Python :: 3.7",
        "Programming Language :: Python :: 3.8",
        "Programming Language :: Python :: 3.9",
        "Programming Language :: Python :: 3.10",
        "License :: OSI Approved :: MIT License",
    ],
    python_requires=">=3.7",
    install_requires=[
        "numpy>=1.21.0",
        "Pillow>=8.3.0",
        "opencv-python>=4.5.0",
        "pydicom>=2.2.0",
        "matplotlib>=3.4.0",
        "pandas>=1.3.0",
    ],
    keywords="medical imaging, xray, ct scan, mri, healthcare ai, image processing",
    project_urls={
        "Homepage": "https://rskworld.in",
        "Contact": "mailto:help@rskworld.in",
    },
)

61 lines•2 KB
python
setup.cpython-313.pyc

This file cannot be displayed in the browser.

Download File

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