

Ever wanted to create an AI Chat bot? This python chatbot tutorial will show you how to create a chatbot with python using deep learning .
Playlist:
Download JSON File:
Text-Based Tutorial:
References:
◾◾◾◾◾
💻 Enroll in The Fundamentals of Programming w/ Python
📸 Instagram:
🌎 Website
📱 Twitter:
⭐ Discord:
📝 LinkedIn:
📂 GitHub:
🔊 Podcast:
💵 One-Time Donations:
💰 Patreon:
◾◾◾◾◾◾
⚡ Please leave a LIKE and SUBSCRIBE for more content! ⚡
Tags:
– Tech With Tim
– Python Chat bot
– Chat bot python tutorial
– Python chat bot tutorial
– Python Tutorials
– Create chatbot with python
source
Let me know what you want your chatbot to do?!
Django plus this bot🌚
If you can't download tensorflow when you try to, make sure you are using the 64 bit version of python and that you are using python 3.6-3.8. Got super stuck trying to figure it out.
"Not Hardcoded" 3:45
I just want a friend that doesn’t leave me on read
Python 3.6 isn’t available for me
i have install anaconda with python 3.6.But when i give conda command in command prompt there is an error.could you please tell me how to solve the problem
soooo… i just finished watching her… and here i am….
will it work without instaling tflearn?
TensorFlow is not getting installed in pycharm , help!!
I wanted a friend that would understand me and instead of going out and making friends I can just program one, I mean who needs real friends
can we make chatbot without using tensorflow?
when i try download tensorflow it dosen't find it why?
When i installed tensorflow it was uninstalling numpy and it had an error downloading and it said "ERROR: Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory: 'C:\Users\ve\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\tensorflow\include\external\com_github_grpc_grpc\src\core\ext\filters\client_channel\lb_policy\grpclb\client_load_reporting_filter.h'"
Buddy I am running on slow internet tensor flow. Is very high. Is there any package serving as the alternative of tensorflow
Hi tim.Im a datascience researcher and a computer science student ,can i use this model for our own language(Sinhala).Then should i replace intents.json with my language??
@Tech With Tim, thank you for posting this chatbot video series. I see that some people have criticized this video calling it outdated and irrelevant, etc. since TensorFlow no longer supports 'tflearn'. There's a very simple fix to address such criticism. As of mid-Nov. 2020, I just installed the latest version of TF 2.x and followed your code 99.99% as-is and was able to create a chatbot with just one minor but important tweak. Instead of "tf.reset_default_graph()" I used "tf.compat.v1.reset_default_graph()" to ensure compatibility with the current TF version. I did not change anything else and everything worked as you explained. This way, those who have the latest version of TF 2.x installed for other projects don't have to replace it completely w/ an older version just to make your code work.
Now can I make this chatbot become more…. aware? Like, if the program gets to be so big, with so much code that it begins to figure things out on its own?
In the original Tron movie, you had Dillinger talking to the Master Control Program. In the movie, the MCP started as a chess program, and had become so large that it had an audio interface, and it became conscious. The MCP literally had Dillinger under its thumb, because Dillinger stole arcade games from Flynn, basically Dillinger credited himself on programming those arcade games, and the MCP would have Dillinger do its bidding while it held the fact that the MCP could blackmail Dillinger by releasing the true knowledge of those credits over his head. And Flynn, he gets pulled into the computer world by a laser, purposely done by the MCP. So Flynn destroys the MCP which releases everything it had consumed back into the computer world, including those credits to Flynn.
I think it would be awesome to be able to write a program that can grow, on its own, not become evil or anything, but I have heard of programs writing their own lines of code now? Depending upon the application needed. That's what I'm looking to do with a chatbot. Write the initial program, add in a ton of code, responses and things, and then it would be able to understand and grow, and add its own responses without any input from me. Is something like this possible?
why do I need to use "conda activate chatbot'" before I actually use the app?
how he activate the chatbot in cmd
Can you tell what is that window where you write all the script and how I open it —- 9:00
Will 3.9.0 work?
i keep getting a syntax error with "patterns", #plzhelpme