https://github.com/mtulio/watson-conversation-python
A simple sample application demonstrating the Watson conversation api writen in Python.
https://github.com/mtulio/watson-conversation-python
Last synced: about 2 hours ago
JSON representation
A simple sample application demonstrating the Watson conversation api writen in Python.
- Host: GitHub
- URL: https://github.com/mtulio/watson-conversation-python
- Owner: mtulio
- License: apache-2.0
- Created: 2017-03-19T22:58:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-19T23:44:59.000Z (about 9 years ago)
- Last Synced: 2025-11-15T09:24:51.439Z (7 months ago)
- Language: JavaScript
- Size: 1.42 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Watson Conversation Application
This is a simple conversation application using IBM Bluemix Watson Conversation API.
This application is an python version of [Conversation Simple NodeJS Application](https://github.com/watson-developer-cloud/conversation-simple) using `ibm-developer-cloud` Library.
To use it you should have an Bluemix account and an Conversation Application created. You can find more information in the original NodeJS application commendted above
## Environments
To run this application you should create an `.env`. To do this copy the file `.env.example` and change with your values.
`cp .env.example .env `
## Running
* Create Python virtualenv and install dependencies
`make dependencies`
* Run the application
`make run`
## Notes
> In production environment is strongly recommended to use static files in an performatic webserver, like NGINX.