Skip to content

Commit

Permalink
Rewrite readme
Browse files Browse the repository at this point in the history
  • Loading branch information
allengeer committed Mar 6, 2017
1 parent f64967a commit 5be3519
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions README.md
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/)

0 comments on commit 5be3519

Please sign in to comment.