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
Hope you guys enjoyed the series! Let me know what you want to see next 🙂
how do I save and host the DNN model that we trained ?? is there a specific file type like h5 or its just .tflearn ??
Hi sir and thanks for great video……please request for more help on link this chat bot to whats app. like above video… it will be great
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
Thanx mate, for the series of videos. Very informative and helpful
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???
I can't seem to find the Source code for this tutorial. Please help☺
How can i embedd this chatbot in a website. Is there any possible solution????
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. 🙁
What is the context_set in the json file?
Please a series for competitive programming as well,I enjoy your channel very much,probably the best in youtube.
Hey can we make a conversational bot using this model , and if yes can you give me some tips please!
Can I incorporate this chatbot into a swift app using xcode
Your age and your knowledge have no correlator. How did you get this knowledgeable in such a short time
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
Hey Tim! Actually for me it says "Unable to locate tensorflow.contrib".Can you help me with that?
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.
nice play list.. i want know how to model add in website can you please tell me.
Thank you man!!! Finally something with ML !!!! Now this is gonna be my new patner
This is among the best tutorials i have watched but how do implement it in the browser with HTML and CSS
Do you have any videos on how to create an intents file from data. like a twitter dump or reddit comments?
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. >:)
Hi Tim,
Do you have the code where you implemented this code into your discord server?
7:48 great work
7:38 actually
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 !