In case you guys are curious, I've gone ahead and created an updated version of this for 2022: ua-cam.com/video/azP_d7SiRDg/v-deo.html&ab_channel=CodePalace
I need the name of the tools that you are using apart from python 3.8.you also mention something after python 3.8. Didn't get it clear.if possible please kindly send me the link to download it. Thank you
My friend good video i love it. Also instead of using "required_words" you can just use "single_response =True" for all the responses; faster coding instead of deciding on required words just tested it and it worked👍
@@tjonsmith6365 Hello, if you want to get really technical, then nothing is really a chatbot. AI is not the requirement for something to be a chat bot. Humans perform if else checks on an incredibly fast a sophisticated level. Checking inputs and providing an appropriate response is what chat bots do. Again, AI, Machine Learning, & Neural Networks are not a requirement. Good luck with your codes!
@@tjonsmith6365neural networks use weights and bias to activate different nodes along the network as per the requirement, so it is kinda if-else conditioning.
client server connection that is the socket programming If yes can u like just share it coz it's very important for me to present my project can u like try that once
@@Indently Hey, I appreciate that this is 6 months late but is there any way you could briefly explain how one could set for example, a stranger on omegle's message as input and therefore allow your chatbot to process this and type an output? I've already made a VERY simple chatbot code, but it can't go any further without this...! 🙏🏻Please help!
hope I will learn more from your upcoming tutorials!!!! I am working on my finals project!! your kotlin tutorials are very useful for me.!! thanks @Codepalace!!
Thx bro! At first i think it is also fake like other's. But you prove me wrong i try it in vs code and its really work. This is my first time of seeing your video and you surprised me and i subscribe you 😊
The tutorial is great.Thanks. But... This argument --> The percentage = float(message_certainty) / float(len(recognized_words)) isn't so compatible when it is a single response, right?
Hey bro, I’ve used your code for my mini project for my graduate program. This is the most simplest yet effective chatbot. I’ve made for modifications to it, as to tell the time, date, joke, news, day, text to speech etc. but the main issue with my code is it just tells the same time everytime asked. We need to re-run our code again if we want to refreshed time. Also when asked about joke, the python returns the same joke everytime. If we want new joke we have to re-run the code. So could you please help me with this?
I get an error stating: "{'Hello!': 20, "I'm doing fine, and you?": 0, 'Thank you!': 0} Traceback (most recent call last): File "C:\Users\balaj\PycharmProjects\Chatbot\main.py", line 51, in print('Bot: ' + get_response(input('You: '))) TypeError: can only concatenate str (not "NoneType") to str" I typed same code as you what do you think is wrong @Code Palace
I have problems with line 55, when ever I write something in the run section and click enter, python said line 55, in print('Bot: ' + get_response(input('You: '))) and they are shown is red.
can someone help me so my problem is when i only type the required word its gonna response normaly but for some reason if i type multible words it doesnt understand it can someone who knows much about python please help me i really just wanna know what the problem is
Hello! I´ld to say, that was a great class! In my case of: TypeError: can only concatenate str (not "NoneType") to str I resolved indenting my code. Thanks.
Great video, very informative! I have a slight issue with it, the line 'print('Bot: ' + get_response(input('You: ')))' doesn't run because it doesn't like the '+', I have tried replacing with a comma but no joy. Any suggestions?
I had an error were i declared return function in case of undefined message probability.I made the return command in straight intendation of def i had an error,when i passed within the function the message probability was undefined 😢,I hope you see my comment and reply it
if we make a medical chatbot, some of the words are used in every disease-like symptom, cure, medicine, etc. So how we can differentiate those words for every disease? because every disease has there own symptoms and medicines. @Code Palace
Hii dear, can you tell how can I make a bot which can be helpful in the group as an admin, bot can add, remove and so on... If you know please say something about.. thanks dear.
In case you guys are curious, I've gone ahead and created an updated version of this for 2022: ua-cam.com/video/azP_d7SiRDg/v-deo.html&ab_channel=CodePalace
We should give only re on import ? Please clarify my doubt sir
This is a great beginner tutorial and easy to follow with what I understand from my 12 days of python education! Thanks!
Do you mean you will be able to build a chatbot even if you are a dummie like me
I thought I am really good at python after watching this my confidence kinda shattered.I need a lot to learn
This goes much further than checking whether user_message == "hello"
I need the name of the tools that you are using apart from python 3.8.you also mention something after python 3.8. Didn't get it clear.if possible please kindly send me the link to download it. Thank you
This is vanilla Python 3.8 running in Pycharm
Noted sir.please anything i will let you know. I am doing it for my final year project. I would like to learn more.
@@Indently Can I ask you something?
@@12-proga-licayanjohnlester30 No
I was not expecting message probabilyty! Good job!
My friend good video i love it. Also instead of using "required_words" you can just use "single_response =True" for all the responses; faster coding instead of deciding on required words just tested it and it worked👍
Him : Thanks for watching
Me : Writing second line
I never thought that Chatbot coding can be so simple .. Thank You 😃
Well this is the simple form! When you start adding artificial intelligence, then it becomes interesting.
@@tjonsmith6365 Hello, if you want to get really technical, then nothing is really a chatbot. AI is not the requirement for something to be a chat bot. Humans perform if else checks on an incredibly fast a sophisticated level.
Checking inputs and providing an appropriate response is what chat bots do.
Again, AI, Machine Learning, & Neural Networks are not a requirement.
Good luck with your codes!
@@tjonsmith6365neural networks use weights and bias to activate different nodes along the network as per the requirement, so it is kinda if-else conditioning.
client server connection that is the socket programming
If yes can u like just share it coz it's very important for me to present my project can u like try that once
@@Indently Hey, I appreciate that this is 6 months late but is there any way you could briefly explain how one could set for example, a stranger on omegle's message as input and therefore allow your chatbot to process this and type an output? I've already made a VERY simple chatbot code, but it can't go any further without this...! 🙏🏻Please help!
Thank you , chat gpt gave complex codes , with some modules requires api keys, with your method I used chatgpt and got the good working code ❤❤
Glad it helped!
nice man i been looking for a tutorial like this for a while something simple and to the point
SIMPLE???
@@danielju8872 😂
@@danielju8872it is hahaha.
Guys this is the Best Video for Learning and Yes I love this one I rate this Person a 5 on 5 Well done Excellent Job ❤
Awesome video, keep up the incredible work! :)
Wow thank you this is one of the best and simple chatbots I have seen ❤
Thank u very much It helped a lot ❤️❤️
Thank you, man! Hi from Brazil!
hope I will learn more from your upcoming tutorials!!!!
I am working on my finals project!! your kotlin tutorials are very useful for me.!!
thanks @Codepalace!!
great job so happy with your job ... keep going (thank's from algeria ) 🥰
lmaooo tp ia jabli rabi dernah ga3 men 3ando XD
Thx bro! At first i think it is also fake like other's. But you prove me wrong i try it in vs code and its really work. This is my first time of seeing your video and you surprised me and i subscribe you 😊
Happy it worked for you!
Sir iam from Tamil Nadu which application you used to run the python bot program
Thank you so much ☺
3:11 everything i forgot to add in grammar class
nice awesome code you can do to impress people and is also a nice learning experience 10/10
also btw at 7:01 was so funny
Om Nama Shivayaa💙🕉🌸
Thankyou it was really usefull
in
print('Bot:' + get_response(input('You: ')))
TypeError: can only concatenate str (not "NoneType") to str
How can I fix this error?
thats what im searching lol
Same
Use , instead of +
@@gopipatwadev huh?
@@gopipatwadev yeah and then it returns with none
i got rickrolled by an ad that played when I clicked the video
I don't know what any of that means
Thx for this amazing tuto, i'm curious if you can do a front end for this chatbot, so that it can run on a browser.
Any luck?
I’ve been waiting since yesterday
Big ups homie. THE GOAT
Simple and very easy :) ty
The Best Video....Thank u so much
The tutorial is great.Thanks.
But...
This argument --> The percentage = float(message_certainty) / float(len(recognized_words))
isn't so compatible when it is a single response, right?
Jesús Christ, thanks a lot!! I will implement this idea to my website.
Love you bro for this !
Glad you enjoyed!
Thank you so much for this SIR,please can you or anyone tell me how to store the required bot responses in a seperate text file
Awesome Video, This video helped me
Is using re faster than join and list compression to clear the sentence of special characters? Also this was a amazing project!
Thank you Sir. What if I want to sent two responses at once.
what the heck
its so cool dude
incredible
bro just opened a new dimension for me
i've been stuck on one error! the last two lines of the code keep being programmed as wrong :( what do i do?
Maybe the while loop is faulty, the T is capital not the w
Thank you!
Can't wait!
Hey bro, I’ve used your code for my mini project for my graduate program. This is the most simplest yet effective chatbot. I’ve made for modifications to it, as to tell the time, date, joke, news, day, text to speech etc. but the main issue with my code is it just tells the same time everytime asked. We need to re-run our code again if we want to refreshed time. Also when asked about joke, the python returns the same joke everytime. If we want new joke we have to re-run the code. So could you please help me with this?
can you tell me how you have included time in this?
Brother it's not working with mine can you help me
help me a lot thank you
Thank U sir💖
How do you manage, to create such so easy to follow kudos mehn!
I get an error stating: "{'Hello!': 20, "I'm doing fine, and you?": 0, 'Thank you!': 0}
Traceback (most recent call last):
File "C:\Users\balaj\PycharmProjects\Chatbot\main.py", line 51, in
print('Bot: ' + get_response(input('You: ')))
TypeError: can only concatenate str (not "NoneType") to str" I typed same code as you what do you think is wrong @Code Palace
I have problems with line 55, when ever I write something in the run section and click enter, python said line 55, in print('Bot: ' + get_response(input('You: '))) and they are shown is red.
mine did that to run the de bugger and see if you can change anything or restart thats the route i did lmao
which app have you used?
can someone help me so my problem is when i only type the required word its gonna response normaly but for some reason if i type multible words it doesnt understand it can someone who knows much about python please help me i really just wanna know what the problem is
That was an amazing video .can use your voice to let it respond through the speaker ? Try Audio next time
I just added this to the deepspeech mic_vad_streaming example and it works great
Its so good project! 👍
From where have u made this??
Thank you for tutorial . i need one requirement can replace 'you' position in our person name dynamically.
Sir, is it possible to like import this? in messenger or any other messaging platforms? I would like to learn them cuz it seems fun.
at 9:25 when i type in response it shows it as an error (unresolved reference) what should i do?pls help
Maybe you misspelled response somewhere else.
Super 👌 👍 😍
Hello!
I´ld to say, that was a great class!
In my case of: TypeError: can only concatenate str (not "NoneType") to str
I resolved indenting my code.
Thanks.
I can't do that could you please help me with that
i think you are missing the max{highest_prob_list) part cuz thats where it decides which one to parse forward to execute it as a print statement
@@tejaswinireddy5114 Try to indent your code
no one:
me when saw someone using Pycharm for python: ooooooof finally i can do this tutorial
so truee
Hi I have an error. SyntaxError:no binding for nonlocal 'highest_prob_list' found
I have found what is the reason is nonlocal should be in nested
can you also link the code with a txt.file ?
Hey I have a problem it seems to have some errors in lines 56 51 and 39 if you could fix this for me🙏🏿🙏🏿🙏🏿
Just copy paste his github code
Couldn't import long_responses library. It says this module doesn't exist?
Am having a problem with line 44 it telling 'return' outside function when I run the code, please don't know if u can help with that
May ik which application being used here to develop this project.
But how do you come up with solutions for problem statements like this?
I want to know why in percentage variable did you set message_certainty to float and lenght of the recognised_words
Hello, I can't find the full code in the comment section..
Need some help with the full code list
Is this easy for beginners?
Ya super easy
can it work offline, if not can you please make an ai that works offline
Hello I just started on python few months ago. I wrote the script correctly but the script didn’t run
Which idle you used
Great video, very informative! I have a slight issue with it, the line 'print('Bot: ' + get_response(input('You: ')))' doesn't run because it doesn't like the '+', I have tried replacing with a comma but no joy. Any suggestions?
It is happening to me also
Check the pinned comment. Haven't watched it, but the code may be different. 👍
Can we put all this stuff in a front end so it can handle in web browser
code palace, how can integrate this code to work with twilio and heroku
@Indently does not work when I run the script it gave me error.
can you plz make ux design for this project
i am new to python and i have question does the import means i have to install someting else ? and it will import to the code? is this how it works ?
TfidfVectorizer, cosine_similarity - these 2 packages are not available in Python 3.11. So how to install it sir? Any suggestions.
is this a rule-based chatbot?
Do you have this program for c#?
I had an error were i declared return function in case of undefined message probability.I made the return command in straight intendation of def i had an error,when i passed within the function the message probability was undefined 😢,I hope you see my comment and reply it
Sir is it possible to read a CSV file and the bot will reply based on the file
very easy and great chat bot
Hi in the while True: it said it cant concatenate + str ("noneType" to str...what should i do ?
How can we add a simple GUI to it?
Please help me soon.....
POV: Your just watching a tutorial
if we make a medical chatbot, some of the words are used in every disease-like symptom, cure, medicine, etc. So how we can differentiate those words for every disease?
because every disease has there own symptoms and medicines.
@Code Palace
TypeError: can only concatenate str (not "NoneType") to str
everything working well,but, how can i resolve the above error
Same error buddy
hej :D
tak for hjælpen
i tried to use your code but it said error on line 35. can you help?
it said invalid syntax
www.google.com/search?client=firefox-b-d&q=invalid+syntax+python
hey man im trying to make it speak but like i dont know the variable of the response so can you like help?
I wonder…. Can you make it talk also?
Simply Wondeful!!!!!!
Can I know how...bot can save your details while texting
Can we add like this on our messenger or Instagram?
Hii dear, can you tell how can I make a bot which can be helpful in the group as an admin, bot can add, remove and so on... If you know please say something about.. thanks dear.
Can you help me please?
How can I make a user Send a message on the bot to respond to it?
I need it for a chatbot in replit.
does this work if I use visual studio?