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
- Host: GitHub
- URL: https://github.com/pixiedust/pixiedust_conversation_analyzer
- Owner: pixiedust
- License: apache-2.0
- Created: 2017-09-14T16:57:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-13T21:15:30.000Z (over 7 years ago)
- Last Synced: 2025-01-01T04:50:57.942Z (5 months ago)
- Topics: pixiedust
- Language: Jupyter Notebook
- Size: 154 KB
- Stars: 2
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pixiedust_conversation_analyzer
Watson Conversation AnalyzerCreate 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"
}
}
```