# Applications Trame-slicer provides fully-featured applications in the `src/trame_slicer/app` directory. These applications demonstrate how to build complex medical applications using the library. ## Medical Viewer App The Medical Viewer App is a comprehensive application for visualizing medical images. It provides 2D/3D visualization capabilities and allows interacting with the MRML scene. To run the Medical Viewer App: ```bash python -m trame_slicer.app.medical_viewer_app ``` ## Segmentation App The Segmentation App is designed for medical image segmentation tasks. It provides tools for segmentation and editing. To run the Segmentation App: ```bash python -m trame_slicer.app.segmentation_app ```