Skip to content

yantrashala/mandrake-nlp

Repository files navigation

mandrake.ai - Open Source Chatbot Platform - NLP Engine

Build Status Gitter

Setup

Docker

Docker is required to build and start mandrake. Click here for setup instructions

Checkout code

git clone https://github.com/yantrashala/mandrake-nlp.git

Build Mandrake

cd mandrake-nlp
docker-compose build

Start servers

docker-compose up -d

Test

## RASA_QUERY_POST
curl -X "POST" "http://localhost:5000/parse" \
     -H "Content-Type: text/plain; charset=utf-8" \
     -d $'{
  "q": "hello"
}'

Generate Documentation

docker-compose run mandrake-nlp sh gen-docs.sh

Contributing to Yantrashala/mandrake.ai

Contributing & Code of Conduct