What are the basic things i would need in making a chatbot.... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

What are the basic things i would need in making a chatbot....

so without actually considering the UI, graphics n all that . just a plain chatbot that would learn to reply to my questions.much like JARVIS ....and how to customise it for certain questions... That's all I wanted to know.... I'll be waiting. ....

25th Sep 2017, 4:48 PM
Surya Adhikari
3 Answers
+ 3
Thank @Pablo saavedra R
26th Sep 2017, 2:52 AM
Surya Adhikari
+ 3
thanks for all your time Pablo. your info was quite helpful.I'm learning python
26th Sep 2017, 4:01 AM
Surya Adhikari
+ 1
Weeell, you are getting into some deep subject here, old chat bots basically compared strings they had in a sort of dictionary of words they used to give you an answer, nowadays there are some complex libraries you can use to make that process much faster and actually give accurate answers using machine learning, you could start with an engine specifically for this purpose, like this one: https://github.com/gunthercox/ChatterBot i believe python is the go to language, because it has a lot of string management functions built in, good luck!!
25th Sep 2017, 5:40 PM
Pablo Saavedra R
Pablo Saavedra R - avatar