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….
Tag: chat
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 upload a file in OpenAI(ChatGPT) for Fine Tuning?
Steps to upload the file is provided in the below URL: https://platform.openai.com/docs/api-reference/files/create The sample curl command provided in this page is: One will have to update this curl command with one’s details. Below is my example: Then run it in Windows command prompt as below: =========== To get the files…
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 generate images using Open AI ChatGPT Dalle RestAPIs in your Android App?
This video shows the steps to use Open AI ChatGPT Dall-e RestAPIs to generate the images as per the prompt by the user of your Android App. It refers to the curl commands provided in the below URLs:https://openai.com/blog/dall-e-api-now-available-in-public-betahttps://platform.openai.com/docs/api-reference/images/create I hope you like this video. For any questions, suggestions or appreciation…
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:…