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.
- Host: GitHub
- URL: https://github.com/jbahire/jbot-adv
- Owner: JBAhire
- License: apache-2.0
- Created: 2018-01-31T11:39:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-03T19:35:56.000Z (almost 7 years ago)
- Last Synced: 2025-02-12T12:16:43.078Z (3 months ago)
- Topics: aiml-bots, bot, chatbot, flask-application, html5, python
- Language: HTML
- Homepage:
- Size: 1.18 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.