Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 728 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 728 Bytes

Chatbot

AI Based Chatbot, which supports voice inputs and outputs

Requirements

Python 2
Flask
Aiml (Artificial Intelligence Markup Language)
pip

Installation

  1. Clone and navigate to chatbot directory.

    git clone https://github.com/parikshitgupta1/Chat-Bot.git
    cd Chat-Bot
  2. Install the required packages.

    pip install -r requirements.txt
  3. Run the python server.

    python main.py
  4. Open http://127.0.0.1:6000 in your browser.

  5. You're done and enjoy chatting with your bot via browser.

Screenshot

Screenshot

Contributions

Pull requests and suggestions are welcome.

Signed: Parikshit.G