EduBot
by chiragparmar532 Updated: Oct 31, 2021
Guide Kit
This kit is solely created for EduBot under the #BuildWithAI 2021 Hackathon.
ChatterBotby gunthercox
ChatterBot is a machine learning, conversational dialog engine for creating chat bots
ChatterBotby gunthercox
Python
13009
Version:1.0.8
License: Permissive (BSD-3-Clause)
TextBlobby sloria
Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more.
TextBlobby sloria
Python
8472
Version:0.7.0
License: Permissive (MIT)
sentimentby thisandagain
AFINN-based sentiment analysis for Node.js.
sentimentby thisandagain
JavaScript
2561
Version:v0.2.1
License: Permissive (MIT)
twilio-pythonby twilio
A Python module for communicating with the Twilio API and generating TwiML.
twilio-pythonby twilio
Python
1644
Version:7.16.5
License: Permissive (MIT)
ChatBotby jahnavi13reddy
It is a simple Chatterbot . Firstly import ChatBot from chatterbot library then import ListTrainer from chatterbot.trainers library lastly import OS ,OS is imported inorder to list all the operating system features.Steps to create a Chatterbot:1)Install a chatterbot 2)Get a chatterbot corpus(chatterbot corpus contains all the files with.yml extensions. 3)Coding 4)Training the chatterbot 5)Testing the chatterbot 6)Creating a UI for your chatterbox 7)Deploy .After creating chatterbot if you come across some common errors like no module called chatterbot make sure that chatterbot is installed and chatterbot is installed with 0.8.6 version .If necessary upgrade your chatterbot with 'python -m pip install --upgrade pip' command .If you come across end of line errors then check the quotes are closed properly,use / slashes instead of \ slashes in location address,make sure you entered the/ in English
ChatBotby jahnavi13reddy
Python
0
Version:Current
License: No License