/kombucha

Primary LanguagePython

Kombucha

An experimental library for sentimental analysis.

Datasets

For analysis

Note: this section needs to be moved into its own repository where the analysis actually occurs but for now it is a pin in a map of where we are going

Papers

Going viral: How a single tweet spawned a COVID-19 conspiracy theory on Twitter Gruzd & Mai\

Tweets to collect

  • (1245104578087059467) One of the propogators of the #FilmYourHospital misinformation campaign
  • (1374356089924247553) Tweet calling out Mississippi Health Department for telling an individual that there is not reported evidence that Moderna vaccine works

Running

from Docker

This application can be run using docker. First, open a terminal and build an image

docker build -t <your-image-name> .

Then run the image with default jupyter notebooks running

docker run -it -p 8888:8888 -v $PWD/:/app -w /app <your-image-name>

If you have pretrained embeddings loaded from somewhere, just run

docker run -it -p 8888:8888 -v $PWD/:/app -w /app -v ~/Dropbox/tweets/model_data/:/embeddings kombucha