Metadata-Version: 2.1
Name: autoslicer
Version: 1.3.0
Summary: An automated tool for medical image processing with DICOM to NIfTI conversion, segmentation, and analysis.
Home-page: 
Author: Bruce Yang
Author-email: bruceyang022059@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: SimpleITK
Requires-Dist: nibabel
Requires-Dist: numpy
Requires-Dist: torch
Requires-Dist: totalsegmentator
Requires-Dist: vtk

# AutoSlicer

AutoSlicer is an automated medical image processing tool for converting DICOM to NIfTI, performing segmentation, and calculating metrics such as mass and center of mass.

## Features

- Convert DICOM files to NIfTI
- Segment medical images using TotalSegmentator
- Add labels for soft tissue and skin regions
- Calculate volume, mass, center of mass, and inertia tensor

## Installation

To install the package from PyPI:
```bash
pip install autoslicer
