How to Build Chatbot Interfaces with Python

Let's build a ChatGPT Clone using Python and the Streamlit library.
🔐 Copy my AI tools & workflows: bit.ly/data-alchemy
💰 Kick-start your data freelance career: www.datalumina.com/data-freelancer
📥 Get insights on AI case studies and client success stories: www.datalumina.com/newsletter
🔗 Links in this video
doc.clickup.com/9015213037/d/h/8cnjezd-1495/5249fe27d4ead93
github.com/daveebbelaar/streamlit-chatbot-interface
👤 Connect with me on LinkedIn
www.linkedin.com/in/daveebbelaar/
👋🏻 About Me
Hey there, my name is @daveebbelaar and I work as a freelance Data Scientist / AI Engineer and run a company called Datalumina. You've stumbled upon my KZread channel, where I give away all my secrets when it comes to working with data. If you want to learn more about what I do, then head over to www.datalumina.com/

Пікірлер: 22

  • @daveebbelaar
    @daveebbelaar6 ай бұрын

    🔐 Copy my AI tools & workflows: bit.ly/data-alchemy 💰 Kick-start your data freelance career: www.datalumina.com/data-freelancer 📥 Get insights on AI case studies and client success stories: www.datalumina.com/newsletter

  • @kvc2000
    @kvc20002 күн бұрын

    Thankyou, found at right time :)

  • @JCB23
    @JCB236 ай бұрын

    Great video Dave! Exactly what I needed!

  • @fumefume4764
    @fumefume47647 күн бұрын

    Hey! When I run the code I get the following error: if prompt := st.chat_input(“How can I help?”): Syntax error: invalid syntax

  • @knoxfromthebunker2770
    @knoxfromthebunker27704 ай бұрын

    Hey Dave I have been trying to put the chat into a column but when I do the chat input won't stay pinned to the bottom of the page :(

  • @pascalmariany
    @pascalmariany26 күн бұрын

    How would I add an upload button so the user can upload files that the assistent can analyze and you can chat about it?

  • @swetharangaraj4521
    @swetharangaraj45216 ай бұрын

    what is the process if i what to query chat from cloud mangoDB using llm and RAG

  • @learnm2815
    @learnm28154 ай бұрын

    Great, Thanks!

  • @MarcusNeufeldt
    @MarcusNeufeldt6 ай бұрын

    Good Stuff mate! I am doing the same thing with the new mixtral model currently!

  • @daveebbelaar

    @daveebbelaar

    6 ай бұрын

    Nice! Are you running it locally or via the API? Also, how does it compare to GPT4?

  • @RollingcoleW
    @RollingcoleW3 ай бұрын

    i just implemented!

  • @johngn1978
    @johngn19784 ай бұрын

    hey great work man! How can i integrate my chatbot on my client's website?

  • @user-zw8bj6it4q
    @user-zw8bj6it4q6 ай бұрын

    greatly appreciate your videos!

  • @daveebbelaar

    @daveebbelaar

    6 ай бұрын

    Thanks!

  • @Yuvraj-fv1gv
    @Yuvraj-fv1gv28 күн бұрын

    Is that ARC browser?

  • @abdelrahmansaad734
    @abdelrahmansaad7346 ай бұрын

    Hi Dave ! Great idea but i have an idea combing gemini ultra with chatgpt plus

  • @mindmeld78
    @mindmeld786 ай бұрын

    i found this error , how can i resolve it? OpenAIError: The api_key client option must be set either by passing api_key to the client or by setting the OPENAI_API_KEY environment variable

  • @chartDev_

    @chartDev_

    6 ай бұрын

    i have same issue how did you solve it ?

  • @ewoutlagendijk9604

    @ewoutlagendijk9604

    6 ай бұрын

    OpenAI expects a file called .env Using a custom name like Dave does is possible, but then you have to specify it in the code. For example load_dotenv('example.env')

  • @jamminrebel3614
    @jamminrebel36143 ай бұрын

    premium content 😍

  • @ingluissantana
    @ingluissantana6 ай бұрын

    Great!!! Thanks!!!