I'm using the Inceptionv3.mlmodel CoreML model but would like to translate the output labels to multiple languages. What's the cleanest / best way to do this?
Thanks
I would use the built in internationalization / localization features in iOS. Simply get a list of all the output labels, and create localization string files for each language you wish to translate.