Tag

machinelearning

2 stories
J
Joynal Abedin

Implement inceptionV3 model in UIKit project with swift

Using inceptionV3 model we will detect some objects & also use for verify this object. Step 1:  First of all, go to the XCode & create new project. Then download inceptionV3 model from this below link: https://docs-as...

4
J
Joynal Abedin

Translate text using \"MLKitTranslate\" model

Translate Text One Language to Another Language Here i used google MLKitTranslate model. I used  pod 'GoogleMLKit/Translate', '3.2.0' .Create enum which language would be translate. // // CountryLanguageEnum.swift // ...

4