Hey researchers, developers and problem-solvers!
Posthoc is a way to build simple and effective visualisations ✨ for sequential decision-making algorithms, like search. If you're looking for a quick way to analyse, debug or understand your algorithm, give Posthoc a try!
Here's how it works:
- Print logs as search traces
- Drop those into the Posthoc visualiser
- Voila!
Interested? Get started here.
This project uses Bun instead of NodeJS.
Set up Bun with:
curl -fsSL https://bun.sh/install | bash
Clone the repo with:
git clone https://github.com/ShortestPathLab/posthoc-app.git
cd posthoc-app
Make sure run bun i
in the root directory instead of any sub-folders.
bun i
cd client
bun start