Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 670 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 670 Bytes

Chatbot

AI Based Chatbot

Requirements

Python >= 2.7
Flask >= 0.10

Installation

  1. Clone and navigate to chatbot directory.

  2. Install Flask framework and AIML module.

    pip install Flask
    pip install aiml
  3. Run the python server.

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

  5. You're done and let's chat with your Robot.

Using Virtualenv

pip install -r requirements.txt

Screenshot

chatbot

Author

Sohel Amin