In this video it shows the steps to integrate the AI (Artificial intelligence) tools, such as Gemini and Amazon Q, using the Plugins in Android Studio. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at: programmerworld1990@gmail.com Complete source code…
Tag: intelligence
How to do image recognition/ classification using Google’s Gemini (gen AI) APIs in your Android App?
In this video it shows the steps to develop your image recognition/ classification Android App using Google’s Artificial Intelligence (Gen AI) Gemini Tool. To generate API Key – https://aistudio.google.com/app/apikeyTo run Gemini App in browser – https://gemini.google.com/appWebpage referred in this demonstration: https://programmerworld.co/android/how-to-integrate-googles-gemini-ai-in-android-app-java-code/ I hope you like this video. For any questions,…
How to build an AI chatbot using Google’s Gemini APIs in Kotlin in Android App?
This video shows the steps to build your own AI Chabot from scratch. In this demo it uses the Google’s Gemini APIs to build the chatbot in Kotlin language. It refers below document for quickstarter guide:https://ai.google.dev/tutorials/android_quickstart#kotlin For APIKey generation, one can use below link:https://aistudio.google.com/app/apikey I hope you like this video….
How to integrate google’s Gemini AI in Android App Java code?
This video shows the steps to integrate the Gemini’s API, Google’s AI tool, in your Android App’s Java code.It refers below document for quickstarter guide:https://ai.google.dev/tutorials/android_quickstart#java For APIKey generation, one can use below link:https://aistudio.google.com/app/apikey I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/…
How to integrate Google’s Gemini AI APIs in Kotlin code of your Android App?
This video demonstrates the quick integration of Gemini’s API, Google’s AI tool, into an Android app. The tutorial refers to the page https://ai.google.dev/tutorials/android_quickstart for the integration steps and provides a link for generating the required API key. The code snippet shows the implementation using Kotlin and XML. The video invites viewers to reach out for questions, suggestions, or appreciation. The Android app’s source code and additional details are provided. The manifest file, plugins, dependencies, and relevant XML layout are also included.
How to create sample AI chatbot Android App using Google’s Gemini in Less than 10 minutes?
This video tutorial demonstrates the swift creation of an AI-based chatbot using Google’s Gemini in under 10 minutes. It utilizes the Android Studio Jellyfish | 2023.3.1 Canary 11 version for the demonstration. The complete source code and additional details are accessible at the provided link. For inquiries, suggestions, or appreciation, contact via the given website or email address. Additionally, the project folder is available for download through the provided link.
How to integrate Google’s generative AI PaLM API with cURL using JSON RestAPI POST in your Android App?
This video shows the steps to integrate Google’s Generative AI’s PaLM API from MakerSuite in your Android App. It uses the cURL command to integrate it. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at: programmerworld1990@gmail.com Complete source code…
How to easily create your AI (ChatGPT) based virtual voice assistant Android App?
In this video it shows the steps to build your own AI (ChatGPT) based voice assistant Android App. In this demo it refers the code from programmer world’s below 3 pages:https://programmerworld.co/android/how-to-integrate-open-ai-chat-gpt-model-gpt-3-5-turbo-in-your-android-app/https://programmerworld.co/android/how-to-convert-text-to-speech-in-your-android-app-complete-source-code/https://programmerworld.co/android/how-to-create-a-personal-voice-assistant-android-app-to-create-a-text-file-complete-source-code/ Some of the questions prompted for AI/ ChatGPT tool demo were:– Who won the last football World Cup?– How…
How to integrate Open AI Chat GPT legacy model “text-davinci-003” in your Android app?
In this video it shows the steps to integrate the Chat GPT legacy model “text-davinci-003” APIs in your Android App. For documentation on the chatGPT APIs, please refer at: https://platform.openai.com/docs/api-reference/completions/create I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at:…
How to integrate Open AI Chat GPT model “gpt-3.5-turbo” in your Android app?
In this video it shows the steps to integrate the Chat GPT APIs of “gpt-3.5-turbo” model in your Android App. It uses Android’s volley library to call the GPT APIs from the Json object. I hope you like this video. For any questions, suggestions or appreciation please contact us at:…