Skip to content

Commit

Permalink
update in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallikarjunarao Kosuri committed Oct 9, 2017
1 parent db3139f commit abf07bc
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit abf07bc

Please sign in to comment.