In this video it shows the steps to develop a flutter app in which it uses a fine tuned model of Gemini AI tool. In this video it writes the dart code for the curl command in the below link:https://ai.google.dev/gemini-api/docs/model-tuning/tutorial?lang=rest#run_inference For steps to create a fine tune model, refer below…
Tag: ai
How to access your Gemini AI Fine Tune Models through Rest API?
In this video it shows the steps to access the Gemini Fine Tuned models through Rest API calls in postman. In this video it refers the below pages: Fine Tune Model Creation Steps:https://programmerworld.co/ai-gen-ai-generative-artificial-intelligence/understand-fine-tuning-with-a-simple-example-googles-gemini-ai-model-tuning/ Google (GCP) OAuth steps:https://programmerworld.co/ai-gen-ai-generative-artificial-intelligence/how-to-setup-oauth2-0-authentication-for-googlegcp-account-obtain-access-token-for-gemini-apis Gemini Fine Tune API doc:https://ai.google.dev/gemini-api/docs/model-tuning/tutorial?lang=rest I hope you like this video. For any…
How to list all the Gemini models using API in Flutter Android and Web App?
In this video it shows the API to list all available Gemini models in your Flutter Android and Web App. For getting the access the access token, as mentioned in this tutorial, the steps are shared in the below link:https://programmerworld.co/ai-gen-ai-generative-artificial-intelligence/how-to-setup-oauth2-0-authentication-for-googlegcp-account-obtain-access-token-for-gemini-apis/ Also, in this tutorial it refers the cURL command from…
How to integrate Gemini AI APIs in Flutter Android and Web Apps?
In this video it shows the steps to integrate the Google’s Gemini AI APIs in the Flutter code to develop Android and Web Apps in Android Studio IDE. It refers to the below page for development of the App:https://ai.google.dev/gemini-api/docs/quickstart?authuser=2&lang=dart API Key can be obtained from the below link:https://aistudio.google.com/app/apikey I hope…
How to setup OAuth2.0 authentication for Google(GCP) account & obtain access token for Gemini APIs?
This video shows the steps to setup OAuth 2.0 authentication for Google(GCP) account to work with Gemini APIs on Desktop applications. It uses reference from the below page:https://ai.google.dev/gemini-api/docs/oauth?authuser=2 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 Test…
AI/ GenAI – Generative Artificial Intelligence
This page lists the content on Gen AI topics:
Understand Fine Tuning with a simple example – Google’s Gemini AI model Tuning
This video shows the difference between a tuned and non-tuned Gemini AI model with a very simple example. 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 Steps: Excerpts:Tuning vs prompting in AI? Prompting: Concept: Involves crafting specific…
How to integrate AI tools, such as Gemini and Amazon Q, in your Android Studio IDE?
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…
How to write Android App code including Unit Tests in minutes using Gemini AI?
In this video it shows the steps to use Gemini AI tool to generate Android App code and write the respective Java unit Test cases. 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 and…
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,…