Kam Chehresakamc.hashnode.dev·Nov 14, 2024Getting Started with Semantic Search Using Neo4j and Google Vertex AI - Part 1Introduction In this article I’ll go through a fictitious use case building a semantic search for executive profiles. We chose Neo4j for its graph capabilities and Google Vertex AI for its powerful embedding models. This two part series shares, altho...DiscussNeo4j
Anix LynchProanixblog.hashnode.dev·Oct 29, 2024Customer Service AI Assistant with LangChain, Hugging Face, and Vertex AI1. Listing the Most Popular Hugging Face Models for Specific Tasks from huggingface_hub import list_models # Define a function to list the top 5 most downloaded models for a specified task def list_most_popular(task: str): for rank, model in enu...DiscussVertex-AI
Lakshay Dhoundiyallakshaydhoundiyal.hashnode.dev·Sep 1, 2024Impact of AI-Optimized Cloud Computing: Innovations from AWS, Azure, and Google CloudAI is now one of the biggest transformers in the ever-evolving cloud computing environment, pushing the boundaries in performance, automation, and predictive analytics. Major cloud providers like Amazon Web Services, Microsoft Azure, and Google Cloud...Amitesh jha and 1 other are discussing this2 people are discussing thisDiscuss·63 likes·139 readsCloud Computing
Hrishikesh Yadavhrishikesh332.hashnode.dev·Aug 18, 2024Chapter 4 - Hands-on Image Inpainting with Segmentation ApplicationOverview In computer vision and image processing, image inpainting is a complex approach that replaces damaged image components. It preserves visual coherence and realism while filling in spaces or getting rid of unnecessary elements. Applications fo...Discuss·30 readsVertex-AI
Vishal BulbuleforTechTrapture Blogsblog.techtrapture.com·May 7, 2024Building Your Own Google like Search Engine with Vertex AI SearchIntroduction In the digital age, information overload is a common challenge. As we navigate through vast amounts of data on the internet, having efficient search capabilities becomes essential. Whether you’re managing a website, an e-commerce platfo...DiscussVertex-AI
Vishal BulbuleforTechTrapture Blogsblog.techtrapture.com·May 7, 2024Build Your Own Personalised LLM Chat bot with Vertex AI Agent Builder & DialogflowIntroduction Hello All , Welcome back with one more amazing Generative AI related article. In this article we will see how to Create a Customised LLM Chat bot on Your Own Data Using Vertex AI Agent Builder. But First, Lets see what is LLM ? LLM stan...DiscussAgent Builder
Akshit Keoliyakeoliya.hashnode.dev·Dec 6, 2023Introduction to Image GenerationThis is a collection of notes from the Introduction to Image Generation course on Google Cloud taught by Kyle Steckler. Some images are taken from the course itself. It is a detailed compilation and annotated excerpts will be available on my LinkedIn...DiscussGenerative AI on Google Cloudgoogle cloud
Akshit Keoliyakeoliya.hashnode.dev·Dec 1, 2023Introduction to Generative AI (Part 2)This is collection of notes from the Generative AI course on Google Cloud taught by Dr. Gwendolyn Striping. Some images are taken from the course itself. It is a detailed compilation and annotated excerpts will be available on my LinkedIn profile. Th...Discuss·5 likesGenerative AI on Google Cloudgenerative art
Mehar RamzanforMehar Ramzan's blogmeharramzan.hashnode.dev·Nov 18, 2023Deploying custom model on Vertex AIVertex AI is a machine learning platform provided by Google Cloud. It is designed to help organizations build, deploy, and manage machine learning models and pipelines. Vertex AI offers a wide range of tools and services to simplify the end-to-end ma...Discuss·10 likes·44 readsVertex-AI
Canopascanopas.hashnode.dev·Aug 11, 2023Understanding Vertex AI on Google Cloud: Key Terms ExplainedGoogle is making the AI model publicly available, which it has used for BARD and other products like Gmail, Google Docs, etc. Quite often, we want to implement a chatbot for us, that can interact with humans as humans. For that purpose, google is mak...DiscussProgramming Blogs