An open API service indexing awesome lists of open source software.

https://github.com/pixiedust/pixiedust_conversation_analyzer

Watson Conversation Analyzer
https://github.com/pixiedust/pixiedust_conversation_analyzer

pixiedust

Last synced: 3 months ago
JSON representation

Watson Conversation Analyzer

Awesome Lists containing this project

README

        

# pixiedust_conversation_analyzer
Watson Conversation Analyzer

Create a `credentials.json` file in the root directory of your clone of the project repository by copying the sample `credentials.json.example` file using the following command:

``` bash
cp credentials.json.example credentials.json
```

``` bash
{
"cloudant":{
"username": "insert username here",
"password": "insert password here",
"url": "insert url"
},
"conversation":{
"username": "insert username here",
"password": "insert password here"
}
}
```