Build an App using Streamlit for data visualization with PandasAI

Sdílet
Vložit
  • čas přidán 29. 08. 2024
  • Today, I'll show you how to chat with your data and create an app using PandasAI, Streamlit, and Claude 3 Haiku. Happy learning.
    ▶ Subscribe: bit.ly/subscri...
    ▶ Join my channel: bit.ly/join-ti...
    00:01 Introduction
    00:59 Setup
    03:35 Initialize the app
    04:16 Load the dataset
    05:22 Create SmartDataframe
    06:51 Build the app
    08:05 Inferences
    09:11 Data Visualization
    RELATED VIDEOS:
    ▶ LangChain Tutorials: bit.ly/langcha...
    ▶ Generative AI for DS: bit.ly/genai-f...
    ▶ HuggingFace Tutorials: bit.ly/hugging...
    ▶ Generative AI Tutorials: bit.ly/generat...
    ▶ LLMs Tutorials: bit.ly/llm-tut...
    FOLLOW ME:
    ▶ Medium: / tirendazacademy
    ▶ X: / tirendazacademy
    ▶ LinkedIn: / tirendaz-academy
    Don't forget to subscribe and turn on notifications so you don't miss the latest videos.
    ▶ Project files: github.com/Tir...
    Hi, I am Tirendaz, PhD. I create content on generative AI & data science. My goal is to make the latest technologies understandable for everyone.
    #ai #generativeai #datascience
  • Věda a technologie

Komentáře • 7

  • @robkennedy5906
    @robkennedy5906 Před 4 měsíci +1

    Awsome tutorial😊

  • @AliAlias
    @AliAlias Před 4 měsíci +1

    Thanks very much
    ❤❤🎉
    Nice

    • @TirendazAI
      @TirendazAI  Před 4 měsíci

      You're welcome 👍❤️😀

  • @vanessa23098
    @vanessa23098 Před 4 měsíci +1

    Hello, thanks for share your knowledge. I have found an error when I import 'from pandasai import SmartDataframe' ---> ImportError: cannot import name 'SmartDataframe' from 'pandasai'. Do you know why?

    • @TirendazAI
      @TirendazAI  Před 4 měsíci

      Hello, thanks for your feedback. To fix this error, you can try upgrading as follows
      pip install pandasai --upgrade
      If not, install pyaml as follows:
      pip install pyyaml
      Please let me know if you get errors again.

    • @vanessa23098
      @vanessa23098 Před 4 měsíci

      @@TirendazAI, the problem was exactly in the pandasai version. I did the update and it worked.
      However, I have another problem now. When I ask to plot a graph, the answer graph is shown on the screen correctly but with the following message ---> 'Unfortunately, I was not able to your question, because of the following error: No code found in the response'