This document presents a method for liver segmentation using a 2D U-Net model. The method first preprocesses CT scan images using techniques like windowing, masking, normalization, and morphological operations. It then trains a 2D U-Net model on slices containing liver regions only, in order to focus modeling on liver segmentation. To improve inference performance on full volumes which may contain non-liver slices, the method uses histogram analysis to roughly select a range of slices likely to contain liver, such as the central 40% of slices. Evaluation shows this rough selection approach improves segmentation accuracy compared to applying the model to full volumes directly.