a | b/README.md | ||
---|---|---|---|
1 | # flask-chatbot |
||
2 | Built on python 3.6 |
||
3 | Flask==0.11 |
||
4 | chatterbot==0.8.4 |
||
5 | SQLAlchemy==1.1.11 |
||
6 | |||
7 | #### A web implementation of [ChatterBot](https://github.com/gunthercox/ChatterBot) using Flask. |
||
8 | |||
9 | ## Local Setup: |
||
10 | 1. Open command prompt and locate folder. run 'pip install -r requirements.txt' |
||
11 | 2. Run *train.py* |
||
12 | 3. Run *run.py* |
||
13 | 4. Demo will be live at http://localhost:5000/ |
||
14 | |||
15 | ## License |
||
16 | This source is free to use, but ChatterBot does have a license which still applies and can be found on the [LICENSE](https://github.com/gunthercox/ChatterBot/blob/master/LICENSE) page. |