An open API service indexing awesome lists of open source software.

https://github.com/jbahire/jbot-adv

This is a python based chatbot created using aiml.
https://github.com/jbahire/jbot-adv

aiml-bots bot chatbot flask-application html5 python

Last synced: about 2 months ago
JSON representation

This is a python based chatbot created using aiml.

Awesome Lists containing this project

README

        

# Jbot-Adv
This is a python based chatbot created using aiml.
### Requirements
Python >= 2.7
Flask >= 0.10

## Installation

1. Clone and navigate to Jbot directory.

2. Install the required packages.
```bash
pip install -r requirements.txt
```

3. Run the python server.
```bash
python main.py
```
4. Open **http://127.0.0.1:5000** in your browser.

5. You're done and let's chat with your Jbot via browser.