Category

MACHINE LEARNING

3 stories
J
Joynal Abedin

Create Prompt in ChatGPT

Here are 50 prompts: https://prompts.chat 10 insanely valuable prompts to help you master ChatGPT: 1. Learn any complex topic in just a few minutes: Prompt: \"Explain [insert topic] in simple and easy terms that any...

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

3
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 // ...

3