Videos

Python Chat Bot Tutorial – AI Chatbot with Deep Learning (BONUS)



Tech With Tim

This is just a quick bonus video for any of you interested in some of the applications of the chat bot. I show you how I’ve used it in my discord server and how to add whats known as a confidence for our bots responses. This way when the bot can give an reasonable answer if its not sure what the user is saying.

Playlist: https://www.youtube.com/watch?v=wypVcNIH6D4&list=PLzMcBGfZo4-ndH9FoC4YWHGXG5RZekt-Q

◾◾◾◾◾
💻 Enroll in The Fundamentals of Programming w/ Python
https://tech-with-tim.teachable.com/p

📸 Instagram: https://www.instagram.com/tech_with_tim
🌎 Website https://techwithtim.net
📱 Twitter: https://twitter.com/TechWithTimm
⭐ Discord: https://discord.gg/pr2k55t
📝 LinkedIn: https://www.linkedin.com/in/tim-rusci
📂 GitHub: https://github.com/techwithtim
🔊 Podcast: https://anchor.fm/tech-with-tim

💵 One-Time Donations: https://www.paypal.com/donate/?token=
💰 Patreon: https://www.patreon.com/techwithtim
◾◾◾◾◾◾

⚡ Please leave a LIKE and SUBSCRIBE for more content! ⚡

Tags:
– Tech With Tim
– Python Tutorials
– Python AI Chatot
– AI chat bot tutorial

Source

Similar Posts

26 thoughts on “Python Chat Bot Tutorial – AI Chatbot with Deep Learning (BONUS)
  1. Thanks Tim this was awesome would love to see a series on implementing this into a project like you did on your discord or maybe accessing a model you build and uploaded to a cloud server via API from something like a simple flask site. Keep rocking the data science world man

  2. Everytime I want to talk to the chatbot, I need to run the entire source code again and train the model again, So what's the possible soultion???

  3. I have one request 🙁 can you please make a continuation on your tutorial in chatbot. How to deploy it in website, django or flask pleassse. 🙁

  4. amazing playlist, so helpful, but i want to know, how and where did you started to learn about deep learning and AI ?
    I want to learn more about it so it would be so helpful, thanks

  5. Thanks so much Tim, great content i must say. Is there anyway my chatbot can actually learn from learning, i believe that's makes it more intelligent. Something like Deepmind AlphaGo.

  6. I enjoyed the series very much! Thank you for the brilliant tutorials and content! I'm am able to kickstart my school project because of this. I have to add additional functionality to make it into chatbot for E-Learning. >:)

  7. Traceback (most recent call last):

    File "E:TECH_ERA PROJECTapp.py", line 13, in <module>

    data = json.load(file)

    File "C:UsersDELLAppDataLocalProgramsPythonPython37libjson__init__.py", line 296, in load

    parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw)

    File "C:UsersDELLAppDataLocalProgramsPythonPython37libjson__init__.py", line 348, in loads

    return _default_decoder.decode(s)

    File "C:UsersDELLAppDataLocalProgramsPythonPython37libjsondecoder.py", line 337, in decode

    obj, end = self.raw_decode(s, idx=_w(s, 0).end())

    File "C:UsersDELLAppDataLocalProgramsPythonPython37libjsondecoder.py", line 355, in raw_decode

    raise JSONDecodeError("Expecting value", s, err.value) from None

    json.decoder.JSONDecodeError: Expecting value: line 33 column 80 (char 1745)

    How to resolve this error !!?? Can someone pls send the code !

Comments are closed.

WP2Social Auto Publish Powered By : XYZScripts.com