I have created a tflite model to perform medical image segmentation on an iOS app. nii files will be loaded and converted to numpy array and later perform inference using the tflite model. Normally, this is done on python using the simpleITK library. How can this be done in Swift?
I am new to swift so sorry for the naive question.