项目作者: 85599

项目描述 :
Chatbot
高级语言: HTML
项目地址: git://github.com/85599/chat--bot.git
创建时间: 2020-12-29T11:58:07Z
项目社区:https://github.com/85599/chat--bot

开源协议:MIT License

下载


Chatbot using AIML

Idea

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.

Technology Used

  • Python Flask, To create the server
  • AIML - To Preprare Training Data
  • HTML, CSS and JavaScript to design the User Interface

To Get Started

Clone the Repository

  1. >>> git clone https://github.com/85599/chat--bot.git

Install required libraries

  1. >>> pip install -r requirements.txt

Execute app file

  1. >>> python app.py

Run Server in Your Browser

  1. >>> http://0.0.0.0:5000

Use Case of the project


Use Case 1

When the bot starts.

##


Use Case 2

When the user is chatting with the bot.

##

License

MIT license

Copyright (c) 2020 Khushal Jain

This project is licensed under the MIT License - see the LICENSE file for details