Posts

Showing posts from 2025

Introducing ProfitPilot AI: Your Smart Business Co-Pilot! (Implemented using Google Agent Development Kit)

Introducing ProfitPilot AI: My Smart Business Co-Pilot! Running a small or medium-sized business is tough, especially when it comes to making sense of all that data. Missing out on critical insights about sales, inventory, or even your competitors can be costly. What if you had an intelligent assistant that could instantly analyze your business data and give you actionable recommendations? That's why I built ProfitPilot AI for the Google Agent Development Kit Hackathon ! ProfitPilot AI is a cutting-edge multi-agent AI assistant I designed to empower SMBs with data-driven insights and actionable advice. Built on Google Cloud with the power of Gemini 1.5 Flash API , ProfitPilot helps users: Effortlessly onboard their business and even generate simulated data for quick demos. Get dynamic business analytics on sales trends, inventory, and pricing. Gain crucial competitive intelligence by analyzing competitor reviews from Google Maps. Experien...

Revolutionizing Interviews: Real-Time AI Agents Powered by Gemini Live and Livekit

Imagine a world where AI-powered agents can conduct preliminary interviews, assessing candidates based on specific job requirements, all in a natural, conversational manner. This POC brings that vision closer to reality by integrating the RealTime Model Gemini Live API with the robust real-time communication capabilities of Livekit . The Core Idea: AI-Driven Interviews in Real-Time The central concept was to create an AI Voice Agent capable of conducting a structured yet conversational interview. Here’s how it works: User Input: The process begins with a user providing the candidate's name and the job description through a simple NextJS application. Livekit Connection: This information is then passed to a Python-based Livekit Agent. Livekit provides the real-time audio and video infrastructure necessary for the interaction. Gemini Live Power: The Livekit Agent leverages the RealTime Model Gemini Live API to power the AI interviewer. Th...

Introducing Certificate Expiration Monitoring App

I'm excited to share my latest project: a Streamlit application that simplifies certificate expiration monitoring. With this app, you can: Add and manage application URLs Subscribe to email alerts for certificate expirations Manually trigger certificate checks and alerts View certificate details with expiry warnings Getting Started Try out Certificate Expiration Monitoring by: Cloning the repository from GitHub Installing required packages using pip Running the application using Streamlit GitHub Repository:   https://github.com/lopesrohan1988/CertificateMonitoringApp