-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,24 @@ | ||
# IBM Watson Tone Analysis Microservice | ||
# IBM BlueMix/Watson Tone Analysis Microservice | ||
|
||
## About | ||
|
||
About: | ||
This application is a simple microservice that will accept a text string and pass it on to IBM Watson's tone analysis | ||
service. To use this application you will need to have IBM Bluemix and a Watson Tone Analysis Service setup and | ||
enabled. [We detail | ||
how to create this service in this post here.](http://allengeer.com/part-3-ibm-completely-redeems-itself-building-a-tone-analysis-service-using-ibm-bluemix-and-watson/) | ||
enabled. | ||
|
||
You will need to have the enviornment variables set with the credentials you get from the IBM Watson Bluemix interface. | ||
|
||
We have included a Dockerfile and a requirements.txt file to create a base container that serves up this microservice. | ||
|
||
[For a discussion on how | ||
to use the files here specifically, view the post here.](http://allengeer.com/part-5-making-watson-microservice-using-python-docker-and-flask/) | ||
## Requirements | ||
|
||
* Docker | ||
* Python | ||
* Flask | ||
* pip | ||
|
||
## Links | ||
|
||
[How to create a Tone Analysis service using Watson on IBM Bluemix.](http://allengeer.com/part-3-ibm-completely-redeems-itself-building-a-tone-analysis-service-using-ibm-bluemix-and-watson/) | ||
|
||
[Walkthrough of this package and using Docker to run it](http://allengeer.com/part-5-making-watson-microservice-using-python-docker-and-flask/) |