Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 423 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 423 Bytes

nyt — New York Times WordClouds

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.).

Example

Example of webapp output

Instructions (Docker):

docker image build -t nyt .
docker run --rm -p 8501:8501 nyt