MIPF (Medical Image Processing Framework) is a python library based on trame, primarily designed for medical image processing and visualization. Its architecture is inspired by MITK(Medical Imaging Interaction Toolkit) and supports loading, browsing, and interacting with medical imaging data.
python setup.py bdist_wheel -p linux_x86_64python setup.py bdist_wheel -p win_amd64pip install ./dist/mipf-**.whlworkbench -f "your image(*.vti,*.nii,*.mha) or model(*.vtp,*.stl,*.ply) filepath"or specify host and port
workbench -f "your image(*.vti,*.nii,*.mha) or model(*.vtp,*.stl,*.ply) filepath" --port "port" --host 'host ip' --serverThese are some simple examples and more features are under development.