Tech With Zoum
Tech With Zoum
  • Видео 74
  • Просмотров 205 448
How To Build RAG ChatBot Including Graphical Interface - With Code
How to build AWS RAG Chatbot With Graphical Interface?
In this video, I walk you through the end-to-end process for building a powerful RAG-based chatbot using Bedrock, Lambda function, API Gateway, and Streamlit for creating a graphical interface.
Please give this video a like if you found it helpful! 😊 Comment down below what you are mainly using AWS Bedrock for ⬇️
▬▬▬▬ Chapters ▬▬▬▬
0:00 Project introduction and workflow.
2:47 How to create an S3 bucket and OpenSearch Knowledge base.
8:07 How to create a lambda function to interact with AWS Bedrock.
16:46 How to test lambda function for a chat system.
18:14 How to create an API Gateway to interact with the lambda function.
20:28 How to te...
Просмотров: 1 144

Видео

How to Build RAG based Chatbot: 5 Steps with Amazon Bedrock
Просмотров 1,1 тыс.2 месяца назад
How to build a RAG-based chatbot using Amazon Bedrock? In this video, I walk through 5 steps to help you build your first powerful RAG-based chatbot, fully managed by AWS. Please give this video a like if you found it helpful! 😊 Comment down below what you are mainly using AWS Bedrock for ⬇️ ▬▬▬▬ Chapters ▬▬▬▬ 0:00 Create a chatbot using AWS Bedrock 0:07 Step 1: How to create an IAM User 2:22 S...
How to Build A Complete ML Architecture With SageMaker + API Gateway + Lambda | PART2
Просмотров 1732 месяца назад
Learn how to build, deploy, and create an API for a Machine Learning model using AWS Cloud services. This comprehensive two-part course covers: Part 1 (Link below): ► Fine-tuning and deploying a model with Amazon SageMaker: ruclips.net/video/zv1RPZBAv9k/видео.htmlsi=6P5aihosHfrna9-d Part 2 (Current Video) This is what you will learn in this second part: ► Creating an API for SageMaker Endpoint ...
How to Build A Complete ML Architecture With SageMaker + API Gateway + Lambda | PART1
Просмотров 3222 месяца назад
This video is the first installment in a comprehensive two-part series that guides viewers through the entire process of developing and deploying a machine learning model using Amazon Web Services (AWS) tools. The series covers the journey from fine-tuning a machine learning model to its deployment in a production environment, utilizing AWS SageMaker for model training and hosting. Additionally...
How to Build Anything With AI Agents - With Code
Просмотров 1,8 тыс.3 месяца назад
In this comprehensive tutorial, you will learn what AI Agents are and how to create one to solve real-world problems using Python. Whether you're a beginner or an experienced programmer, this step-by-step guide will walk you through the process of building and implementing your own AI Agent. ℹ️ DIFFERENT CHAPTERS 0:00 - Introduction 2:06 - Use Case and Workflow 3:53 - Coding 14:40 - Results Exp...
PDF to JSON: LLM-Powered Data Extraction In Python
Просмотров 3,3 тыс.3 месяца назад
This video provides a step-by-step guide to help you learn how to use Large Language Models (LLMs) to extract data from PDFs and convert it into JSON format. The tutorial covers prompt engineering techniques and practical implementation steps. ℹ️ DIFFERENT CHAPTERS 0:00 - Introduction 00:42 - Use case workflow 1:56 - Usec case data and prompt 7:18 - Environment configuration 9:12 - Helper funct...
Multimodal RAG: Text, Images, Tables & Audio Pipeline
Просмотров 3,2 тыс.3 месяца назад
Explore multimodal Retrieval-Augmented Generation (RAG) with this comprehensive video. Learn how to build an end-to-end RAG pipeline that handles text, images, graphs, tables, and audio data using Weaviate as a vector database. This video covers everything from data collection to system testing, with a focus on ESG and Finance applications. Perfect for AI engineers, data scientists, and machine...
How to Build a Strong Personal Brand on Social Media
Просмотров 134Год назад
Tips and tricks for building a strong personal brand on social media, with a specific focus on LinkedIn. #socialmedia #branding #datascience #technology
GPT3.5 Turbo Fine-tuning + Graphical Interface
Просмотров 538Год назад
Fine-tuning GPT3.5 turbo is now available. This release gives anyone the ability to leverage the efficiency of this powerful model for their use case. In this video, I explain how to fine-tune GPT3.5 turbo on domain-specific data. 🔗 Code notebook: github.com/keitazoumana/Medium-Articles-Notebooks/blob/main/Fine_tuning_gpt_3_5_turbo.ipynb Connect: - Medium: zoumanakeita.medium.com/ - LinkedIn: w...
Deploy Large Language Models Into Production At NO COST!
Просмотров 2,5 тыс.Год назад
In this tutorial, you will learn how to create an API server to serve your model using Postman. Source Code: - github.com/keitazoumana/Medium-Articles-Notebooks/blob/main/serve_LLM_Using_vLLM_framework.ipynb Connect: - LinkedIn: www.linkedin.com/in/zoumana-keita/ - Website: www.zoumdatascience.com/ - Twitter: zoumana_keita_ - TikTok: www.tiktok.com/@zoumdatascience - Email me: zouma...
Web Scraping By Only Using Prompts - Zero Coding Skills Required!
Просмотров 1,7 тыс.Год назад
In this video, you will learn how to scrape data from the internet, then compile your findings and export them into an easily accessible Excel format with zero code. Medium article: artificialcorner.com/how-to-scrape-a-web-page-with-chatgpt-no-programming-required-d63d6a561aee MIT News Website: news.mit.edu/topic/artificial-intelligence2 Connect: - LinkedIn: www.linkedin.com/in/zoumana-keita/ -...
Large Language Models: How to Chat With Any PDFs And Image Files - Source Code Available!
Просмотров 9 тыс.Год назад
In this video, you will learn how to build a system to chat with any PDFs and Images using large language models. Source Code: - github.com/keitazoumana/Medium-Articles-Notebooks/blob/main/Chat_With_Any_Document.ipynb - Full article on Medium: towardsdatascience.com/how-to-chat-with-any-file-from-pdfs-to-images-using-large-language-models-with-code-4bcfd7e440bc Experimentation Data: - PDF Docum...
Extract Text from PDFs & Images for LLMs Using Python
Просмотров 23 тыс.Год назад
This video aims to provide a few technics to efficiently extract text from any type of document. After completing this tutorial, you will have a clear idea of which tool to use depending on your use case. Source code: github.com/keitazoumana/Medium-Articles-Notebooks/blob/main/OCR_Content_Extraction.ipynb Medium Article: towardsdatascience.com/how-to-extract-text-from-any-pdf-and-image-for-larg...
Part 2 - Deployment of ML Application In Microsoft Azure Cloud Using Docker Container Approach
Просмотров 777Год назад
In this video, you will learn how to deploy a Machine Learning application on Microsoft Azure as a Web Application using Docker. Part 1 - How to Build a Docker Container for Machine Learning Models ruclips.net/video/I-CNqNXn3hg/видео.html Source code: github.com/keitazoumana/Dockerize_ML_Model Microsoft Azure Portal portal.azure.com/ Connect: - LinkedIn: www.linkedin.com/in/zoumana-keita/ - Web...
How to Build a Docker Container for Machine Learning Models
Просмотров 1,4 тыс.Год назад
How to Build a Docker Container for Machine Learning Models
Seven Python and Pandas Tricks That Will Help You Be More Productive
Просмотров 293Год назад
Seven Python and Pandas Tricks That Will Help You Be More Productive
How to Make Your Machine Learning Model Explainable?
Просмотров 126Год назад
How to Make Your Machine Learning Model Explainable?
How to Build a Graphical Interface for your Machine learning Model for FREE
Просмотров 2,6 тыс.Год назад
How to Build a Graphical Interface for your Machine learning Model for FREE
Free Machine Learning, Data Science & MLOps Resources
Просмотров 130Год назад
Free Machine Learning, Data Science & MLOps Resources
How to Humanize Your Python Code - A Deep Dive into the Python humanize Library
Просмотров 592Год назад
How to Humanize Your Python Code - A Deep Dive into the Python humanize Library
How to Add Style to Your DataFrames in Few Seconds
Просмотров 160Год назад
How to Add Style to Your DataFrames in Few Seconds
Boost Your Productivity With ChatGPT as a Data Scientist, Data Analyst or a Programmer
Просмотров 281Год назад
Boost Your Productivity With ChatGPT as a Data Scientist, Data Analyst or a Programmer
Fundamentals of Statistics All Data Scientist & Analyst Should Know - Part 1
Просмотров 570Год назад
Fundamentals of Statistics All Data Scientist & Analyst Should Know - Part 1
Is Polars the Next Library for Big Data Processing in Python?
Просмотров 272Год назад
Is Polars the Next Library for Big Data Processing in Python?
Customer Segmentation Using KMeans Clustering Algorithm in Python
Просмотров 1,8 тыс.Год назад
Customer Segmentation Using KMeans Clustering Algorithm in Python
Use These 3 Pandas Tricks to Boost Your Productivity...
Просмотров 249Год назад
Use These 3 Pandas Tricks to Boost Your Productivity...
Channel for All Things Data Science, Artificial Intelligence, Machine Learning
Просмотров 38Год назад
Channel for All Things Data Science, Artificial Intelligence, Machine Learning
Create Plagiarism Detection Tool Using Transformers
Просмотров 3,2 тыс.Год назад
Create Plagiarism Detection Tool Using Transformers
Create Your Own Audio Book App In Different Languages Using Python
Просмотров 600Год назад
Create Your Own Audio Book App In Different Languages Using Python
Create a virtual environment and connect it to jupyter notebook
Просмотров 6 тыс.Год назад
Create a virtual environment and connect it to jupyter notebook

Комментарии

  • @adam23sp
    @adam23sp 8 дней назад

    This tutorial didn't work for me when I tried to sync my data source. I can't access any of the models. When I tried to request them, it said I wasn't allowed to. Did I miss something?

  • @navaneeth44
    @navaneeth44 9 дней назад

    This video is a lit.. kudos man.

  • @SiddhantThakkur
    @SiddhantThakkur 9 дней назад

    whenever I post a prompt in the test stage, I get an error saying "Your request rate is too high. Reduce the frequency of requests.", even if it is my first query on knowledge base creation. Can you help here?

  • @SalwaSayeedulHasan
    @SalwaSayeedulHasan 15 дней назад

    once i delete the knowledge base i wont be getting charged right? because while im deleting i see this line :"Note that the underlying vector store itself is not deleted, only the data. You are still charged for using a vector store until you delete your vector store." Please let me know if anything else needs to be deleted as well? FYI im following your approach which you showed in this video.

    • @techwithzoum
      @techwithzoum 15 дней назад

      Please also delete the vector store, otherwise you will be charged.

    • @SalwaSayeedulHasan
      @SalwaSayeedulHasan 15 дней назад

      @@techwithzoum Can you please guide me how to delete vector store?

    • @techwithzoum
      @techwithzoum 15 дней назад

      @@SalwaSayeedulHasan the steps are mentioned here from the 28th minute ruclips.net/video/EPq0x2qJZW8/видео.html

    • @SalwaSayeedulHasan
      @SalwaSayeedulHasan 14 дней назад

      @@techwithzoum Thank you so much 😊

    • @techwithzoum
      @techwithzoum 14 дней назад

      @@SalwaSayeedulHasan you're very welcome!

  • @jbernece
    @jbernece 17 дней назад

    Excellent and detailed walkthrough.

  • @robertboroughs7824
    @robertboroughs7824 21 день назад

    So you can input multi-modal sources. On the retrieval side (let’s say a table and an image of vacuum cleaner ). The LLM could be informed by the information in the table. Could I retrieve the image of the complete table and/or vacuum cleaner? (The objects )

  • @bigdreams5554
    @bigdreams5554 22 дня назад

    Very clear walk thru! thanks, looking forward to more videos!

  • @KushlAlve
    @KushlAlve 27 дней назад

    Very clear and concise explanation !!

    • @techwithzoum
      @techwithzoum 25 дней назад

      I am glad it was clear enough to help you understand!

  • @ykhatat
    @ykhatat Месяц назад

    It wont work, if whatever you want to extract is larger than the LLM's output context window.

  • @atiweetanongsak8739
    @atiweetanongsak8739 Месяц назад

    It says HTTP Error 400: Bad Request when I try # Video to audio video_URL = 'ruclips.net/video/E9lAeMz1DaM/видео.html' destination = "." final_filename = "motivational_speech" video_to_audio(video_URL, destination, final_filename) What to do?

  • @sarangchouguley6292
    @sarangchouguley6292 Месяц назад

    Great tutorial, very informative. I just have one question, how to deploy this streamlit app on aws ? Which aws service to use ?

  • @meerulhassan2944
    @meerulhassan2944 Месяц назад

    Video is cool but you didn't provide any source prompt for us to modify for our use cases.

  • @VinayKumar-hy6ee
    @VinayKumar-hy6ee Месяц назад

    I believe the OpenSearch Vector store is chargable at .24$ per hour for search and indexing.how did you avoid this cost

  • @skperera-g8l
    @skperera-g8l Месяц назад

    Excellent tutorial with clear steps. Keep up the good work.

  • @Chesiro_DS101
    @Chesiro_DS101 Месяц назад

    after this script ,its throwing an error(for tweet in world_cup_scraper.get_items(): this_tweet = tweet break)

  • @milicacvjeticanin1439
    @milicacvjeticanin1439 Месяц назад

    Hi, I want to ask what are the policies I need to add to my IAM account to be able to create database (STEP 3)? Thank you!

    • @techwithzoum
      @techwithzoum Месяц назад

      You first need to be connected to the console as an IAM user with an Admin account to create the database. Have you followed all the steps before? Step 1 explains how to create an IAM user. Please let me know if you have any questions.

    • @milicacvjeticanin1439
      @milicacvjeticanin1439 Месяц назад

      ​@@techwithzoum Thanks for the response. Yes, I assigned all needed privilegdes, as in video, and after I see notification that DB is created, I have issue with the following: USER_XY is not authorized to perform: bedrock:CreateKnowledgeBase I don't know could it be maybe my region, since I am in Europe(Ireland)?

    • @milicacvjeticanin1439
      @milicacvjeticanin1439 Месяц назад

      Just to update: The issue was region.. thank you!

    • @techwithzoum
      @techwithzoum Месяц назад

      @@milicacvjeticanin1439 perfect!

    • @adam23sp
      @adam23sp 8 дней назад

      @@milicacvjeticanin1439 What did you need to switch the region to?

  • @amoghahalhalli8198
    @amoghahalhalli8198 Месяц назад

    How is LlamaIndex PDF to Text Conversion as compared to any of these methods?

  • @ZaneNodonX
    @ZaneNodonX 2 месяца назад

    Excellent

  • @techwithzoum
    @techwithzoum 2 месяца назад

    Please give this video a like if you found it helpful! Comment down below what you would like me to cover in my future videos

    • @andy111007
      @andy111007 2 месяца назад

      is the image app shared publically available?

    • @techwithzoum
      @techwithzoum Месяц назад

      I have shared the source code in the description section to help you reproduce the same thing.

  • @techwithzoum
    @techwithzoum 2 месяца назад

    Check out my medium blog as well, where I share plenty of AI courses! zoumanakeita.medium.com/

  • @Mr_whi
    @Mr_whi 2 месяца назад

    Hi sir i am from india and this is very useful i am also doing same kind project…i need your help can you help please?

    • @techwithzoum
      @techwithzoum 2 месяца назад

      I am glad it helps. How may I help?

    • @ChummaSmith
      @ChummaSmith Месяц назад

      Hey, I am also from India, What kind of project are you working on?

  • @JoelMajkut
    @JoelMajkut 2 месяца назад

    I've shared this video with all my friends.

  • @MorganU.Canhandle-jm2np
    @MorganU.Canhandle-jm2np 2 месяца назад

    I've watched this video multiple times already.

  • @PennyWhistler-j4m
    @PennyWhistler-j4m 2 месяца назад

    I couldn't take my eyes off the screen while watching this.

  • @MayKFist-yx9vx
    @MayKFist-yx9vx 2 месяца назад

    You're a true inspiration.

  •  2 месяца назад

    Hello let me extend a congratulations for your work!, also can you share the link for the code, seems unavailable please thank you for you time

    • @techwithzoum
      @techwithzoum 2 месяца назад

      Thank you for bringing this to my attention! Here is the link to the notebook! I have also updated in the description section! github.com/keitazoumana/LLMs/blob/main/Multi_Agents_For_Content_Creation.ipynb

  • @DustinD.Furniture-lp6rf
    @DustinD.Furniture-lp6rf 2 месяца назад

    This video really touched my heart.

  • @damienromy7460
    @damienromy7460 2 месяца назад

    Hello, what is your version of langchain i think mine doesnt work

    • @techwithzoum
      @techwithzoum 2 месяца назад

      Can you please share the error you are getting?

  • @DanielUsvyat-g8g
    @DanielUsvyat-g8g 2 месяца назад

    nice video, thanks for sharing

    • @techwithzoum
      @techwithzoum 2 месяца назад

      You're welcome! Stay tuned for the next video dropping this Thursday explaining how to create a graphical interface outside AWS using Streamlit, API Gateway, and Lambda function!

    • @techwithzoum
      @techwithzoum 2 месяца назад

      Second part is available: ruclips.net/video/EPq0x2qJZW8/видео.html

  • @noellieaka2023
    @noellieaka2023 2 месяца назад

    Cette vidéo est très intéressante. Merci !

    • @techwithzoum
      @techwithzoum 2 месяца назад

      Merci beaucoup, Noellie! De rien!

    • @techwithzoum
      @techwithzoum 2 месяца назад

      Noellie, the second part of the video is available! ruclips.net/video/EPq0x2qJZW8/видео.html

  • @PapoIAVetorial-oe5nj
    @PapoIAVetorial-oe5nj 2 месяца назад

    Wow, that is a really nice video!!!

    • @techwithzoum
      @techwithzoum 2 месяца назад

      Thank you, PapolAVetorial-oe5nj!

  • @pythonantole9892
    @pythonantole9892 2 месяца назад

    I'm yet to see a tutorial where the chatbot has an interface away from AWS, like on a website. Nobody will create a chatbot to be used on the AWS console.

    • @techwithzoum
      @techwithzoum 2 месяца назад

      This tutorial aims to give a sweet of AWS Bedrock via Bedrock interface. Next week, I will post a video showing how to build one with UI, away from AWS! Stay tuned!

    • @techwithzoum
      @techwithzoum 2 месяца назад

      Here is the video you have been waiting for! It allows you to build chatbot with graphical interface. Let me know what you think! ruclips.net/video/EPq0x2qJZW8/видео.html

  • @techwithzoum
    @techwithzoum 2 месяца назад

    Check out my medium blog as well, where I share plenty of AI courses! zoumanakeita.medium.com/

  • @techwithzoum
    @techwithzoum 2 месяца назад

    Please give this video a like if you found it helpful! 😊 Comment down below what you are mainly using AWS Bedrock for ⬇

  • @ThimaliFernando
    @ThimaliFernando 2 месяца назад

    Are these working for scanned pdfs?

  • @techwithzoum
    @techwithzoum 2 месяца назад

    Thank you for watching, and please subscribe. Also let me know which topic you would like to see in my next videos!

  • @techwithzoum
    @techwithzoum 2 месяца назад

    Thank you for watching, and please subscribe. Also let me know which topic you would like to see in my next videos!

  • @Gokujr77
    @Gokujr77 3 месяца назад

    after this , if i need to take it into another computer how to do it? this virtual environment???? please tell

    • @techwithzoum
      @techwithzoum 2 месяца назад

      The easiest I can think of is to generate a requirements.txt file and install all the libraries from your current environment into the new environment. Main steps: - Generate requirements.txt from the current Env: pip freeze > requirements.txt - Export it into your new computer - From that new computer, create a new virtual environment - Finally, from where you have created the new environment install all the libraries as follows: pip install -r requirements.txt After these steps, your new environment in your other laptop should have everything installed.

    • @Gokujr77
      @Gokujr77 2 месяца назад

      @@techwithzoum but the point is the other computer will not have internet at all then also i can do it?

    • @techwithzoum
      @techwithzoum 2 месяца назад

      @@Gokujr77 In that case, creating a wheel directory might help. Generate the requirements.txt the same way as above. From the same first laptop: - Create a wheel directory: mkdir wheel_dir - Download all those packages as a wheel: pip download -r requirements.txt -d wheel_dir Transfer the requirements.txt file and the wheel_dir directory to the new laptop using a USB drive or other means. On the new laptop - Create a new virtual environment: python -m venv new_env Activate the new virtual environment. - Install the packages from the wheel directory: pip install -r requirements.txt --no-index --find-links wheel_dir I hope this helps

    • @Gokujr77
      @Gokujr77 2 месяца назад

      @@techwithzoum thanks i will try this

    • @Gokujr77
      @Gokujr77 2 месяца назад

      @@techwithzoum i am from India,can you help me get a remote job as a fresher, i have done my BS in AI and Data Science i have good skill set of Numpy Pandas , data visualisation libraries like matplotlib and seaborn and also Machine Learning scikit learn , Hadoop, SQL, spark , kafka , good communication skills and very hardworking also

  • @traorebamba9120
    @traorebamba9120 3 месяца назад

    Thank you so much for these contents! They are always very clear and precise. 😊

    • @techwithzoum
      @techwithzoum 3 месяца назад

      You are very welcome Mr. Traore Bamba!

  • @annapetmikel4356
    @annapetmikel4356 3 месяца назад

    Hi. thank for a good video. i try to replicate you code and have got error: "Error during transcription: [WinError 2] The system cannot find the file specified". even the mp3-file is created and exists in the directory. Where can i check possible solutions for my problem?

    • @techwithzoum
      @techwithzoum 3 месяца назад

      You are welcome, Anna! This is happening because the transcription model could not find the file you want to transcribe. Are you making sure to provide the exact file location for transcription?

    • @annapetmikel4356
      @annapetmikel4356 3 месяца назад

      @@techwithzoum i found out that the problem was in ffmpeg.exe file that was not found by the code (the file to transcribe was correct saved). I was not the only person with similar issue and i i found the solution on stackoverflow :) Thank you any way. Again, great tutorial. I am happy to build the same project for my own based on your videos and codebase on github!!!

    • @annapetmikel4356
      @annapetmikel4356 3 месяца назад

      ​@@techwithzoum is it possible to communicate with you in a private message? i have solved the issue described above (got help from stackoverflow). But i have got the new issue and i don't find a solution. may be it is something that you had experience with. The issue appears when i run partition_pdf and error is again: PermissionError: [Errno 13] Permission denied: 'C:\\\\Users\\\\Konsumer\\\\AppData\\\\Local\\\\Temp\\\\tmpt4iifmwt'" }. But this is nothing really with permission. ". from chatGPT: "You're right that the error message can be misleading. In your case, the problem isn't actually related to file permissions, but rather to how the unstructured library is trying to handle temporary files and NLTK data downloads."

  • @lwjunior2
    @lwjunior2 3 месяца назад

    Great content

    • @techwithzoum
      @techwithzoum 3 месяца назад

      Thank you, and I am glad it helps!

  • @Know_Ur_World
    @Know_Ur_World 3 месяца назад

    Hi, could u pls take vdeo on Document containing images loaded to LLM and querying and response should print the text and images if its present. When im asking about give the steps to do installation, if pdf contains several screenshots along with text response. Dont print out of question

    • @techwithzoum
      @techwithzoum 3 месяца назад

      Hi, My Multimodal RAG video covers that

    • @Know_Ur_World
      @Know_Ur_World 3 месяца назад

      ​@@techwithzoum No I have checked that one. Could u test it with another pdf. It is not properly printing text and image

    • @techwithzoum
      @techwithzoum 3 месяца назад

      @@Know_Ur_World the actual implementation does not print images, but the reference to the images is provided and you can retrieve the base64 encoding of those images to print them. For text, the current implementation is already doing it.

  • @Know_Ur_World
    @Know_Ur_World 3 месяца назад

    How to print images along with text response when loading a pdf contining images loaded to LLM? could u pls give the steps

    • @techwithzoum
      @techwithzoum 3 месяца назад

      Hi @Know_Ur_World, My latest video about multimodal RAG might provide the answer you are looking for. For a given question, the model answers with the source (like document page, paragraph number, image) containing the response to the question. The link is below: ruclips.net/video/D5iKsvK7cXg/видео.html

    • @Know_Ur_World
      @Know_Ur_World 3 месяца назад

      @@techwithzoum like when im asking a question : "give the steps to install neo4j desktop". The answer should print all steps included in the pdf and associated images(screenshots of steps in this case)

    • @techwithzoum
      @techwithzoum 3 месяца назад

      @@Know_Ur_World yes, it is possible and it all starts from getting the image containing the response, which can be performed and steps are given in the above video. The next will be to display that image along with the result using your favorite graphical library (matplotlib, seaborn, etc.)

  • @thibauteka4046
    @thibauteka4046 3 месяца назад

    Thanks so much. can we have an example for a data extration from a table on an image ?

    • @techwithzoum
      @techwithzoum 3 месяца назад

      Thanks, @thibauteka4046, and that sounds like a great idea!

  • @d.c.p1
    @d.c.p1 3 месяца назад

    Your videos are awesome! Thank you very much! You are very good at teaching! 🙂🙂👏👏

    • @techwithzoum
      @techwithzoum 3 месяца назад

      Thank you! I am glad they are helpful. Please feel free to share with others! Don't forget to subscribe, and like as well! :)

    • @torstenschindler1965
      @torstenschindler1965 3 месяца назад

      Nice video with an great explanation. What about creating a JSON schema based on an user prompt and using the schema like a tool to get the data extracted from the PDF?

    • @techwithzoum
      @techwithzoum 3 месяца назад

      @@torstenschindler1965 Thank you!

    • @techwithzoum
      @techwithzoum 3 месяца назад

      @@torstenschindler1965 the current approach is generating the final response as a JSON, as specified in the prompt. However, I am not quite sure that I understand your inquiry. Can you please elaborate on what you would like to achieve? This way I will be able to help you.

  • @SMCGPRA
    @SMCGPRA 3 месяца назад

    The voice is very clear and crisp for non-english viewers to understand. Content is very excellent and explained exquisitely. Could you let us know if tables in the pdf or word doc, using RAG and prompt can we able to join tables, filter data from tables and other operations in Gen AI?

    • @techwithzoum
      @techwithzoum 3 месяца назад

      Thank you for your response! My course on Multimodal RAG below would be a good option to explore and might be what you are looking for to answer your questions. ruclips.net/video/D5iKsvK7cXg/видео.htmlsi=scyeB48fyvrn9nsU

    • @SMCGPRA
      @SMCGPRA 3 месяца назад

      @@techwithzoum thanks good to explore

    • @techwithzoum
      @techwithzoum 3 месяца назад

      @@SMCGPRA you are welcome!

  • @eventsjamaicamobileapp1426
    @eventsjamaicamobileapp1426 3 месяца назад

    This video deserves way more views. It was BRILLIANT!

    • @techwithzoum
      @techwithzoum 3 месяца назад

      Thank you! Please share with anyone who might benefit from the lessons!

  • @eventsjamaicamobileapp1426
    @eventsjamaicamobileapp1426 3 месяца назад

    Great video. What if it were multiple PDF documents in a single folder. What code would have to be changed?

    • @techwithzoum
      @techwithzoum 3 месяца назад

      I am glad the video helped. The main change would occur in the data processing part, where we would keep track of the source document for each document being processed. This way, whenever the answer is given, the corresponding metadata would be included as well.

  • @eloghosaikponmwoba4452
    @eloghosaikponmwoba4452 4 месяца назад

    Thank you for this video. I needed this information at this very moment.

    • @techwithzoum
      @techwithzoum 3 месяца назад

      I am really happy it helped!