排序
ContentLens | AI-Powered Document Insights
ContentLens | AI-Powered Document Insights, Building ContentLens: My Journey Creating an AI-Powered Document Processing App Introduction Over the past weekend, I embarked on an exc...
Google’s Unified Gen AI SDK: A Hands-on Guide
Google's Unified Gen AI SDK: A Hands-on Guide, Google's Unified Gen AI SDK: A Hands-on Guide Introduction If you prefer learning visually, here is a YouTube Video I created for the...
Gemini manual function calling
Gemini manual function calling,from logging import basicConfig, ERROR from google.genai import Client from google.genai.types import AutomaticFunctionCallingConfig, Content, Functi...
Deploying a Gemini-powered Mesop app to Cloud Run
Deploying a Gemini-powered Mesop app to Cloud Run,In the first video I showed how to create a Gemini-powered Mesop app. In the follow-up video I focus on deploying it to Cloud Run....
Automating Daily arXiv Paper Summaries with Slack Notifications
Automating Daily arXiv Paper Summaries with Slack Notifications,This post is a follow-up to the previous article. It turns out there’s a slight delay before the latest papers show...
Automating Daily ArXiv Paper Summaries and Slack Notifications
Automating Daily ArXiv Paper Summaries and Slack Notifications,In this article, we create a process that fetches papers from arXiv daily, generates summaries using generative AI, a...
Unleash the power of Gemini!
Unleash the power of Gemini! ,I recently released hands-on video tutorial which shows how to build a Gemini-powered application using the Mesop framework. Learn the steps to integr...
Building a Multi-Source AI Agent: Bridging Databases, APIs, and AI Models
Building a Multi-Source AI Agent: Bridging Databases, APIs, and AI Models,We are experimenting to build a POC to generate chart raw data automatically from a datasource without fra...
Comunicando JAVA com o GeminiAI
Comunicando JAVA com o GeminiAI,Se voce programa em Java e nunca 'brincou' com o GeminiAI, este artigo vai ser um ótimo guia introdutório, aqui vou apresentar de forma bem simple...
Let’s Create Google Gemini 2.0 Using JavaScript | Gemini AI Chatbot Clone
Let's Create Google Gemini 2.0 Using JavaScript | Gemini AI Chatbot Clone, #Week 39 of 52 Weeks in JavaScript Projects Overview: Gemini, formerly known as Bard, is a generative art...
Building a video insights generator using Gemini Flash
Building a video insights generator using Gemini Flash,Video understanding or video insights are crucial across various industries and applications due to their multifaceted benefi...
Using Gemini with the OpenAI Library
Using Gemini with the OpenAI Library,Based on this article, we can now use Gemini with the OpenAI Library. So, I decided to give it a try in this article Currently, only the Chat C...