Aspect Sentiment Quad Prediction (ASQP)

We highly recommend you to install the specified version of the following packages to avoid unnecessary troubles: If the code is used in your research, please star our repo and cite our paper as follows: @inproceedings{zhang-etal-2021-aspect-sentiment, title = “Aspect Sentiment Quad Prediction as Paraphrase Generation”, author = “Zhang, Wenxuan and Deng, Yang and Li, Xin and Yuan, Yifei and Bing, Lidong and Lam, Wai”, booktitle =    

Read more

Docker Container wallstreetbets-sentiment-analysis

A docker container using restful endpoints exposed on port 5000 “/analyze” to gather sentiment analysis on the wsb subreddit. Getting Started These instructions will cover usage information and for the docker container Prerequisities In order to run this container you’ll need docker installed. Usage Container Startup List the different parameters available to your container docker run -p 5000:5000 -e CLIENT_ID= -e CLIENT_SECRET= -e USERNAME= -e PASSWORD= restfulleo/wallstreetbets-sentiment-analysis Environment Variables CLIENT_ID – A client_id from valid reddit account with a developer […]

Read more