This workflow analyzes a large amount of Tweets using a pre-trained Tensorflow Net, or alternatively using NLTK language corpus lookup, to determine sentiment per US state.
This repository contains a parallel sentiment analysis implementation, orchestrated with the Abstract Function Choreography Language and runnable on the Apollo Engine
Fig 1: workflow.yaml control and data flow
git clone https://github.com/Apollo-Workflows/Sentiment-Analysis
cd Sentiment-Analysis
aws/credentialsibmcloud_api_key to ibm/terraform.tfvarsdocker run --rm -it --entrypoint=/app/deployAll.sh -v ${PWD}:/app/ chrisengelhardt/apollo-autodeploydocker run --rm -v ${PWD}:/app/ chrisengelhardt/apollo-autodeploy --help from within the directory of your chosen cloud providerNote: For IBM you have to create a namespace first and place it into ibm.tf at line namespace = "YOURNAMESPACE".
Usage: /app/deploy.sh [--help] [--region region] [--url] [--mapping]
Commands:
--help Show this help output.
--region region Sets a specific region for the deployment. Use a region from:
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html
--url Prints out all deployment urls
--mappings Creates typeMapping.json with the deployment urls
Twitter data set: Z. Cheng, J. Caverlee, and K. Lee. You Are Where You Tweet: A Content-Based Approach to Geo-locating Twitter Users. In Proceeding of the 19th ACM Conference on Information and Knowledge Management (CIKM), Toronto, Oct 2010 (Accessed Dec 14 2020)
Tensorflow Text classification model (used in sentim-inference): Text classification | Tensorflow Lite (Accessed Dec 22 2020)
Textblob Library & NLTK corpora (used in sentim-inference-textblob): sloria/TextBlob | GitHub (Accessed Dec 25 2020)
Content type
Image
Digest
Size
324.4 MB
Last updated
over 5 years ago
docker pull chrisengelhardt/sentim-batch