From abf07bc08fbb6226a4dafecfff6a2c716761145e Mon Sep 17 00:00:00 2001 From: Mallikarjunarao Kosuri Date: Mon, 9 Oct 2017 16:34:27 +0530 Subject: [PATCH] update in readme --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 89e177d..ddd8f65 100644 --- a/README.md +++ b/README.md @@ -5,24 +5,27 @@ app using [Django](https://ww.djangoproject.com) and [ChatterBot](https://github ## Documentation -Start the Django app by running ``python manage.py runserver 0.0.0.0:8000`` +Start the Django app by running -Further documentation on getting set up with Django and ChatterBot can be -found in the [ChatterBot documentation](http://chatterbiot.readthedocs.io/en/latest/django.html) +``` Bash +python manage.py runserver 0.0.0.0:8000 +``` + +Further documentation on getting set up with Django and ChatterBot can be found in the [ChatterBot documentation](http://chatterbiot.readthedocs.io/en/latest/django.html) ## Make migrations ``` Bash python manage.py migrate ``` -## To train you data +## Train your bot ``` Bash python manage.py train ``` ## Training Corpus Path -[Corpus Path](https://github.com/gunthercox/chatterbot-corpus/tree/master/chatterbot_corpus/data/english) +The chatterbot [corpus path](https://github.com/gunthercox/chatterbot-corpus/tree/master/chatterbot_corpus/data/english) could found here. ## Bot Django Settings You could found Bot settings [here](./example_app/settings.py)