Landing page

SMILE

nameDescriptionDocker.ioGitDockerfile
redis



minio



rabbitmq



SMILE serverfrontend and backend of SMILEhttps://hub.docker.com/repository/docker/socialmediamacroscope/smile_serverhttps://github.com/ncsa/standalone-smm-smilehttps://github.com/ncsa/standalone-smm-smile/blob/main/www/Dockerfile
GraphQLData server that communicates with twitter/reddit/other social media's APIshttps://hub.docker.com/repository/docker/socialmediamacroscope/smile_graphqlhttps://github.com/ncsa/standalone-smm-smile/tree/main/www/graphqlhttps://github.com/ncsa/standalone-smm-smile/blob/main/www/graphql/Dockerfile
Autophrase

Automatically generate phrase out of given text

note: it's cloning another git repo in the dockerfile which is written i c++

https://hub.docker.com/repository/docker/socialmediamacroscope/autophrasehttps://github.com/ncsa/standalone-smm-analytics/tree/main/rabbitmq/autophrasehttps://github.com/ncsa/standalone-smm-analytics/blob/main/rabbitmq/autophrase/dockerfile
text classification (step split)Split text to prepare for machine learning text classificationhttps://hub.docker.com/repository/docker/socialmediamacroscope/classification_splithttps://github.com/ncsa/standalone-smm-analytics/tree/main/rabbitmq/classification_splithttps://github.com/ncsa/standalone-smm-analytics/blob/main/rabbitmq/classification_split/dockerfile
text classification (step train)training machine learning text classificationhttps://hub.docker.com/repository/docker/socialmediamacroscope/classification_trainhttps://github.com/ncsa/standalone-smm-analytics/tree/main/rabbitmq/classification_trainhttps://github.com/ncsa/standalone-smm-analytics/blob/main/rabbitmq/classification_train/dockerfile
text classification (step predict)predict based on the trained modelhttps://hub.docker.com/repository/docker/socialmediamacroscope/classification_predicthttps://github.com/ncsa/standalone-smm-analytics/tree/main/rabbitmq/classification_predicthttps://github.com/ncsa/standalone-smm-analytics/blob/main/rabbitmq/classification_predict/dockerfile
name entity recognition

name entity recognition

Need to copy the model file and place it under models folder

https://uofi.app.box.com/file/1083866333312

Box link: 

https://hub.docker.com/repository/docker/socialmediamacroscope/name_entity_recognitionhttps://github.com/ncsa/standalone-smm-analytics/tree/main/rabbitmq/name_entity_recognitionhttps://github.com/ncsa/standalone-smm-analytics/blob/main/rabbitmq/name_entity_recognition/dockerfile
network analysis

network analysis

https://hub.docker.com/repository/docker/socialmediamacroscope/network_analysishttps://github.com/ncsa/standalone-smm-analytics/tree/main/rabbitmq/network_analysishttps://github.com/ncsa/standalone-smm-analytics/blob/main/rabbitmq/network_analysis/dockerfile
text preprocessing

stemming etc.

https://hub.docker.com/repository/docker/socialmediamacroscope/preprocessinghttps://github.com/ncsa/standalone-smm-analytics/tree/main/rabbitmq/preprocessinghttps://github.com/ncsa/standalone-smm-analytics/blob/main/rabbitmq/preprocessing/dockerfile
sentiment analysis

sentiment analysis

The "debias" model need to be included in the docker build. Here is the model:
https://uofi.app.box.com/folder/197138877796

https://hub.docker.com/repository/docker/socialmediamacroscope/sentiment_analysishttps://github.com/ncsa/standalone-smm-analytics/tree/main/rabbitmq/sentiment_analysishttps://github.com/ncsa/standalone-smm-analytics/blob/main/rabbitmq/histogram/dockerfile
topic modeling

topic modeling

https://hub.docker.com/repository/docker/socialmediamacroscope/topic_modelinghttps://github.com/ncsa/standalone-smm-analytics/tree/main/rabbitmq/topic_modelinghttps://github.com/ncsa/standalone-smm-analytics/blob/main/rabbitmq/topic_modeling/dockerfile
reddit comments

batch collection large amount of reddit comments

https://hub.docker.com/repository/docker/socialmediamacroscope/image_crawlerhttps://github.com/ncsa/standalone-smm-analytics/tree/main/rabbitmq/collect_reddit_commenthttps://github.com/ncsa/standalone-smm-analytics/blob/main/rabbitmq/collect_reddit_comment/dockerfile
histogram

display the histogram of tweets/reddit posts overtime

https://hub.docker.com/repository/docker/socialmediamacroscope/histogramhttps://github.com/ncsa/standalone-smm-analytics/tree/main/rabbitmq/histogramhttps://github.com/ncsa/standalone-smm-analytics/blob/main/rabbitmq/histogram/dockerfile
image crawler

crawling twitter images into a zip file

https://hub.docker.com/repository/docker/socialmediamacroscope/image_crawlerhttps://github.com/ncsa/standalone-smm-analytics/tree/main/rabbitmq/image_crawlerhttps://github.com/ncsa/standalone-smm-analytics/blob/main/rabbitmq/image_crawler/dockerfile
screen name prompt

prompt twitter user name/ info when typing in the search box

https://hub.docker.com/repository/docker/socialmediamacroscope/screen_name_prompthttps://github.com/ncsa/standalone-smm-analytics/tree/main/rabbitmq/screen_name_prompthttps://github.com/ncsa/standalone-smm-analytics/blob/main/rabbitmq/screen_name_prompt/dockerfile
nginx

nginx configuration for SMM iMBA instance

https://hub.docker.com/repository/docker/socialmediamacroscope/nginx
nginx wihtout SSL

nginx configuration without SSL enabled for SMM iMBA instance

https://hub.docker.com/repository/docker/socialmediamacroscope/nginx_wo_ssl

BAE

nameDescriptionDocker.ioGitDockerfile
rabbitmq



minio



redis



mongodb



BAE serverfrontend and backend of BAEhttps://hub.docker.com/repository/docker/socialmediamacroscope/bae-serverhttps://github.com/IllinoisSocialMediaMacroscope/smm-bae/tree/feature/SMM-170-wrap-bae-server-into-docker-containerhttps://github.com/ncsa/standalone-smm-bae/blob/main/dockerfile
botometerCheck if an account is bot or not (deprecated)https://github.com/ncsa/standalone-smm-analytics/tree/main/rabbitmq/botometer_check_bothttps://github.com/ncsa/standalone-smm-analytics/tree/main/rabbitmq/botometer_check_bothttps://github.com/ncsa/standalone-smm-analytics/blob/main/rabbitmq/botometer_check_bot/dockerfile
get sim scoreget the similarity score between any pair of accountshttps://hub.docker.com/repository/docker/socialmediamacroscope/get_sim_scorehttps://github.com/ncsa/standalone-smm-analytics/tree/main/rabbitmq/get_sim_scorehttps://github.com/ncsa/standalone-smm-analytics/blob/main/rabbitmq/get_sim_score/dockerfile
bulk comparisoncompute the similarity matrix between multiple accountshttps://hub.docker.com/repository/docker/socialmediamacroscope/bulk_comparisonhttps://github.com/ncsa/standalone-smm-analytics/tree/main/rabbitmq/bulk_comparisonhttps://github.com/ncsa/standalone-smm-analytics/blob/main/rabbitmq/bulk_comparison/dockerfile
check screen nameget twitter user account info based on screen namehttps://hub.docker.com/repository/docker/socialmediamacroscope/check_screen_namehttps://github.com/ncsa/standalone-smm-analytics/tree/main/rabbitmq/check_screen_namehttps://github.com/ncsa/standalone-smm-analytics/blob/main/rabbitmq/check_screen_name/dockerfile
screen name promptprompt twitter screen name and info when typinghttps://hub.docker.com/repository/docker/socialmediamacroscope/screen_name_prompthttps://github.com/ncsa/standalone-smm-analytics/tree/main/rabbitmq/screen_name_prompthttps://github.com/ncsa/standalone-smm-analytics/tree/main/rabbitmq/screen_name_prompt
get personalityget IBM personality score (deprecated)https://hub.docker.com/repository/docker/socialmediamacroscope/get_personalityhttps://github.com/ncsa/standalone-smm-analytics/tree/main/rabbitmq/get_personalityhttps://github.com/ncsa/standalone-smm-analytics/blob/main/rabbitmq/get_personality/dockerfile
collect timelinecollect twitter user's timeline tweetshttps://hub.docker.com/repository/docker/socialmediamacroscope/collect_timelinehttps://github.com/ncsa/standalone-smm-analytics/tree/main/rabbitmq/collect_timelinehttps://github.com/ncsa/standalone-smm-analytics/blob/main/rabbitmq/collect_timeline/dockerfile
utku brand personalityA trained personality prediction model https://hub.docker.com/repository/docker/socialmediamacroscope/utku_brand_personalityhttps://github.com/ncsa/standalone-smm-analytics/tree/main/rabbitmq/utku_brand_personalityhttps://github.com/ncsa/standalone-smm-analytics/blob/main/rabbitmq/utku_brand_personality/dockerfile
  • No labels