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…
Tag: generative ai
How to integrate Meta’s AI Llama Json APIs in your Android App java code?
This tutorial shows the steps to integrate Llama (Meta’s AI open-source tool) APIs in your Android Java’s code using Curl command. It uses Volley libraries to call the Curl command from the Java code. For documentation on the APIs reference used in this code, please refer: https://docs.llama-api.com/api-reference/endpoint/create In this demo…
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…