Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 702 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 702 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/harshagrwl/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:5000 in your browser.

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

Screenshot

Screenshot

Contributions

Pull requests and suggestions are welcome.