Chatbot
The idea was to build a bot that can communicate the user and respond according to the user’s queries. It is the general structure, we can add the training data by adding more AIML Files to tend the bot towards one domain such as Cricket Bot, Educational Bot, etc.
Clone the Repository
>>> git clone https://github.com/85599/chat--bot.git
Install required libraries
>>> pip install -r requirements.txt
Execute app file
>>> python app.py
Run Server in Your Browser
>>> http://0.0.0.0:5000
When the bot starts.
When the user is chatting with the bot.
Copyright (c) 2020 Khushal Jain
This project is licensed under the MIT License - see the LICENSE file for details