Search code examples
swiftxcodecoreml

Inception V3 CoreML translate language of output label


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


Solution

  • 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.