This is a Streamlit application to visualize Wikipedia InternetArchiveBot and Turn All References Blue (TARB) project statistics.
To run it locally (in Docker), clone this repository and build a docker image:
$ docker image build -t tarbinsights .
Run a container from the freshly built Docker image:
$ docker container run --rm -it -p 8501:8501 tarbinsights
Access http://localhost:8501/ in a web browser for interactive insights.