VilaNetCon demo project
First of all you should install Docker
$ docker-compose up // you can add -d to execute in background
$ docker-compose exec app python /code/train.py // Execute this to train the Bot
Visit http://localhost:8080 to get access to the web client and start chatting :)