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.
- Python Flask, To create the server
- AIML - To Preprare Training Data
- HTML, CSS and JavaScript to design the User Interface
Clone the Repository
>>> git clone https://github.com/shoaibrayeen/ChatbotInstall required libraries
>>> pip install -r requirements.txtExecute app file
>>> python app.pyRun Server in Your Browser
>>> http://0.0.0.0:5000Copyright (c) 2019-Present Mohd Shoaib Rayeen
This project is licensed under the MIT License - see the LICENSE file for details

