In this video it shows the steps and code to run an LLM (Large Language Model) on your Windows Laptop using Python code. In this demo it uses the below model from huggingface:https://huggingface.co/Daviduche03/SmolLM2-Instruct Steps: I hope you like this video. For any questions, suggestions or appreciation please contact us at:…
Tag: ai
How to run an LLM (Gen AI Large Language Model) in your local Laptop using Ollama?
In this video it shows the steps to run any LLM model, for ex Gemma or Llama models in local Windows machine/ laptop using Ollama open-source tool. Steps: 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 Screenshots…
How to run Gemini fine tuned AI models in your flutter app?
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…
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…