Skip to content

Posthoc is a way to build simple and effective visualisations ✨ for sequential decision-making algorithms, such as search.

Notifications You must be signed in to change notification settings

ShortestPathLab/posthoc-app

Repository files navigation

image

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!

Alt text

Here's how it works:

  1. Print logs as search traces
  2. Drop those into the Posthoc visualiser
  3. Voila!

Interested? Get started here.

Documentation

View documentation

Changelog

View changelog

Releases

View releases

Contributing

Setting up a local development environment

Install Bun

This project uses Bun instead of NodeJS.

Set up Bun with:

curl -fsSL https://bun.sh/install | bash

Clone the repo

Clone the repo with:

git clone https://github.com/ShortestPathLab/posthoc-app.git
cd posthoc-app

Install dependencies

Make sure run bun i in the root directory instead of any sub-folders.

bun i

Start the dev server

cd client
bun start

About

Posthoc is a way to build simple and effective visualisations ✨ for sequential decision-making algorithms, such as search.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •