- `python3.7 sentiment_analysis.py`
- positive sentiment test example: `curl -v -H 'content-type: application/json' -X POST http://localhost:8081 -d '[{"text":"happy birthday, i love you"}]'`
- negative sentiment test example: `curl -v -H 'content-type: application/json' -X POST http://localhost:8081 -d '[{"text":"i hate you, please die"}]'`
-
-## health check
-Under http://localhost:8081/health the service returns HTTP Status 200 if it is running OK.
-### commands
-curl -v -X GET http://localhost:8081/health
+- health check test example: `curl -v -X GET http://localhost:8081/health`