Abid Saudagar
Abid Saudagar
  • Видео 17
  • Просмотров 79 511
Google Gemini Pro Tutorial (using python)
In this video we'll see how to use Google Gemini Pro Model using python.
Reference Links: colab.research.google.com/github/google/generative-ai-docs/blob/main/site/en/tutorials/python_quickstart.ipynb#scrollTo=VmSlTHXxb5pV
makersuite.google.com/app/apikey
ai.google.dev/
Chapters
00:00 Introduction
00:23 Setting up notebook for Gemini Pro and getting API key
01:43 Start using the Gemini Pro
04:00 How to use Gemini Pro Vision
05:46 Comparing 2 images using Gemini Pro Vision
07:27 How to use Chat module of Gemini Pro
09:08 How to configure Gemini Pro
09:50 Thank You
Checkout my similar videos:
1. Coding a privateGPT using LANGCHAIN, HuggingFace Embeddings and FREE LLM: ruclips.net/video/kUxfr2i2zn8/видео....
Просмотров: 4 825

Видео

Building Advanced Semantic-Search using ElasticSearch and GPT Models
Просмотров 4,8 тыс.9 месяцев назад
Building Intent Based Advanced Semantic Search From Scratch In this video, we are going to build advanced semantic search from scratch by using new updated elastic search and the new json mode of chat GPT. If a user searches for: Blue T shirts for men under 2k. Normal semantic search results might give results which contain other colour T-shirts as well. It can contain T-shirts for women as wel...
New PrivateGPT 2.0 with UI | Chat with your docs securely, completely offline, free and without GPU
Просмотров 6 тыс.9 месяцев назад
Private GPT got an update and now it gives you a very easy to use out of the box UI by using which you can talk to your private documents completely off-line and absolutely free. This will entirely work on your local environment without GPU. Your data will not leave your local environment at any step. This entire process will be completely free as we are going to use open source, large language...
How to Run LLAMA-2 Locally+Offline+Free using LM Studio
Просмотров 2,2 тыс.10 месяцев назад
In this video I'm discussing How to download and chat with LLAMA-2 or any other open-source large language model using LMStudio tool. With LM Studio, you can ... - Run LLMs on your laptop, entirely offline 👾 - Use models through the in-app Chat UI or an OpenAI compatible local server 📂 - Download any compatible model files from HuggingFace 🤗 repositories 🔭 - Discover new & noteworthy LLMs in t...
CHAINLIT Build ChatGPT like UI for Chatbots using python
Просмотров 4,4 тыс.10 месяцев назад
In this video we are going to discuss about the open-source Python package called Chainlit. Chainlit makes it incredibly fast to build Chat GPT like applications with your own business logic and data. Key features of Chainlit: 1. Build fast: Integrate seamlessly with an existing code base or start from scratch in minutes 2. Data persistence: Leverage user generated data feedback. 3. Visualise m...
What is AutoGen? Step By Step Tutorial with CODE and Use cases!
Просмотров 1,7 тыс.10 месяцев назад
AutoGen is a framework that enables development of LLM applications using multiple agents that can converse with each other to solve tasks. AutoGen agents are customizable, conversable, and seamlessly allow human participation. They can operate in various modes that employ combinations of LLMs, human inputs, and tools. AutoGen makes it easy to create advanced language models (LLM) applications ...
Langchain CSV Agent : Talk with CSV files Or Pandas Data Frames
Просмотров 78811 месяцев назад
In this we'll build Langchain CSV Agent by which we can do data analysis just by using natural language. Chapters: 00:00 - Highlights 00:21 - Intro 00:31 - Coding 01:37 - Let's ask some questions 05:00 - Outro Checkout my similar videos: 1. Coding a privateGPT using LANGCHAIN, HuggingFace Embeddings and FREE LLM: ruclips.net/video/kUxfr2i2zn8/видео.htmlsi=RnopWMwdHidpBCbL 2. Coding chatbot to t...
Langchain Agents Tutorial
Просмотров 1,3 тыс.11 месяцев назад
The core idea of agents is to use an LLM to choose a sequence of actions to take. In chains, a sequence of actions is hardcoded (in code). In agents, a language model is used as a reasoning engine to determine which actions to take and in which order. In this video I have explained the concept of Langchain Agents from scratch with code in 5 minutes. Chapters: 00:00 - Introduction. 00:09 - 3 maj...
Coding a privateGPT using LANGCHAIN, HuggingFace Embeddings and FREE LLM
Просмотров 13 тыс.11 месяцев назад
Are you concerned about the privacy of your documents and prefer not to share them online with third-party services? In this tutorial, we've got you covered! Discover how to create an offline chatbot that can seamlessly interact with your private documents, ensuring data confidentiality and complete privacy. Best of all, it won't cost you a dime! Key Benefits: Keep Your Data Offline: Your docu...
Langchain + ChatGPT - Coding chatbot to talk with QURAN!
Просмотров 1,9 тыс.Год назад
In this tutorial, we dive into the fascinating world of AI and faith as we demonstrate how to code a Chatbot that engages in conversations related to the Quran using OpenAI's Language Model (LLM) and the powerful Langchain library. What You'll Learn: Understand the fundamentals of building AI-powered chatbots. 📚 Integrate the Langchain library to access Quranic knowledge. 💻 Code step-by-step w...
Install Elastic Search & Kibana on Apple Macbook M1 M2 Apple Silicon
Просмотров 6 тыс.Год назад
🚀 Ready to supercharge your Apple Macbook M1/M2 with the incredible capabilities of ElasticSearch and Kibana? Look no further! In this comprehensive tutorial, we'll guide you through the step-by-step process of installing and configuring ElasticSearch and Kibana on your Apple Silicon-powered machine. 🔍 ElasticSearch is a powerful, open-source search and analytics engine that can handle massive ...
Build Semantic-Search with Elastic search and BERT vector embeddings. ( From scratch )
Просмотров 22 тыс.Год назад
project code: github.com/abidsaudagar/semantic-search-elastic-search-and-BERT-vector-embedding Welcome to my comprehensive coding tutorial where we'll discuss the process of creating a powerful semantic search engine from scratch! In this video, we'll combine Elasticsearch, SBERT machine learning models, and Streamlit to build a robust search application that understands the meaning behind our ...
Functions in python for beginners (in Hindi)
Просмотров 3322 года назад
Learn Python in 15 minutes: ruclips.net/video/Mt4RGwBns1E/видео.html In this video I'm explaining complete functions of python from absolute scratch. This video is for beginners. 00:00 - Basics of function 08:41 - Positional and Keyword Arguments 14:30 - Docstring 16:27 - Difference between print and return 20:02 - Scope of variables 23:50 - *arg and kwarg My Instagram: abidsaudag...
Learn Python in 15 minutes! (in Hindi)
Просмотров 1,2 тыс.2 года назад
Python detailed notes: www.w3schools.com/python/default.asp Practice Python here: www.geeksforgeeks.org/python-exercises-practice-questions-and-solutions CONTENT 00:00 - Intro 00:30 - Anaconda Installation 01:34 - Variables 02:41 - Data Types 08:22 - Operators 10: 39 - If, elif and else 12:42 - While loop 14:19 - For Loop 15:19 - Outro My Instagram: abidsaudagar My LinkedIn: www....
How Civil Engineer become a Machine Learning Engineer without any paid courses
Просмотров 2,8 тыс.2 года назад
How Civil Engineer become a Machine Learning Engineer without any paid courses