A Streamlit webapp written in pure Python to provide visualizations of frequently used words in popular articles the New York Times according to user-given conditions (time frame, medium, etc.).
docker image build -t nyt .
docker run --rm -p 8501:8501 nyt