Metadata-Version: 2.4
Name: medxai
Version: 0.0.1
Summary: Simple, lightweight medical imaging AI toolkit
Author: Mohammad Amanour Rahman
License: MIT
Project-URL: Homepage, https://github.com/yourusername/medxai
Keywords: medical-imaging,deep-learning,segmentation,xai
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.21
Requires-Dist: opencv-python-headless>=4.5
Requires-Dist: torch>=1.10
Requires-Dist: scikit-image>=0.19
Requires-Dist: matplotlib>=3.4
Dynamic: license-file

# medxai

Simple, lightweight, and reproducible medical imaging AI toolkit.

## Installation

```bash
pip install medxai
