Code

Retrieval-Augmented Generation (RAG) Workflow

Python | LLM | Langchain | Chroma | Google Cloud

This project demonstrates how to use a Retrieval-Augmented Generation (RAG) approach to answer questions based on a collection of course content stored in text files. The system combines document retrieval using a vector store and text generation with the Google Generative AI model to provide context-aware answers to user queries. CODE

LLM Multimodal Travel Agent

Python | Agents | LLLM - Multimodal | Tools |GPT-4 | Whisper | DALL·E | Claude | Gradio

A multimodal AI agent for airline ticket reservations, integrating GPT-4 for conversation, Whisper for voice-to-text, DALL·E for travel image generation, and Claude for multilingual support. It provides text-to-speech, automated reservation confirmations in PDF/DOCX, and real-time ticket price checking, ensuring a seamless customer experience. CODE

LLM Applications Showcase

Python | LLM | Claude | Llama | GPT | Gemini | Gradio | WebScrapping

This repository features interactive applications using multiple AI language models (GPT, Claude, Gemini, and Ollama). Key features: AI-powered sales chatbot for a footwear store, Web scraping tools for content generation, Multi-model response integration Real-time streaming interface with Gradio CODE

Web Scraping with Selenium and BeautifulSoup

Python | Web Scrapping | Selenium | BeautifulSoup

This project automates the process of logging into a website, reading a list of URLs from a CSV file, and scraping content from each URL using Selenium and BeautifulSoup. CODE