Hello Everyone,
In this Video I Will tell You How to Create AI BASED CHATBOT USING PYTHON for Beginners in Hindi. ChatterBot is a Python library that makes it easy to generate automated responses to a user’s input. ChatterBot uses a selection of machine learning algorithms to produce different types of responses. This makes it easy for developers to create chat bots and automate conversations with users.
modules:
pip install chatterbot
pip install spacy==2.3.5
pip install chatterbot-corpus
python -m spacy download en_core_web_sm
python -m spacy validate
Change this line to:
self.nlp = spacy.load(self.language.ISO_639_1.lower())
To This:
if self.language.ISO_639_1.lower() == 'en':
self.nlp = spacy.load('en_core_web_sm')
else:
self.nlp = spacy.load(self.language.ISO_639_1.lower())
For More Information and Code Used in This Video:
https://chatterbot.readthedocs.io/en/...
______________________________________________________
Facebook
/ logicalspotindia
instagram
/ iamhemantindia
twitter
/ iamhemant
----------------------------------------------------------------------------------------
Music Used:
Song: Zack Merci X Arcana - Into The Wild [NCS Release]
Music provided by NoCopyrightSounds
Free Download/Stream: http://NCS.io/ZAIntoTheWild
Watch: • Zack Merci X Arcana - Into The Wild |...
#logicalspot
Tags:
python tutorial,machine learning,python chatbot,chatbot tutorial,ai chatbot python,how to make a chatbot,artificial intelligence,python chatbot tutorial,how to create a chatbot python,ai based projects for students,ai based projects for final year,ai based chatbot,ai based chatbot in python,machine learning python,chatterbot python tutorial,chatterbot,python,python for beginners,