This strips the branch down to what we need to run Tal's
research project. High-level highlights:
The project can now be ran locally with one command,
docker compose up --build.
We serve the PDFs we need with NGINX, and just throw them in
the Docker image as there won't ever be more than 50 MB worth.
We replaced the API with a little Python application that just
prints stuff to stdout. We plan on persisting these messages
to a BigQuery database or GCS bucket for post-hoc analysis.
I also did a little factoring in the UI to resolve a couple
compilation errors and React warnings.
This strips the branch down to what we need to run Tal's research project. High-level highlights:
docker compose up --build
.I also did a little factoring in the UI to resolve a couple compilation errors and React warnings.