journalovi / 2024-luong-graphical-models

UNDER REVIEW
https://www.journalovi.org/2024-luong-graphical-models/
MIT License
2 stars 0 forks source link
article visxai
! This paper is under review on the experimental track of the Journal of Visualization and Interaction.

Graphical Models

This is a self-contained version of "Learning What’s in a Name with Graphical Models". The HTML & JavaScript that is generated (via yarn build) works without needing a live backend. A pre-built version is available in /public.

The full version (connected to a live backend, and thus can provide predictions of arbitrary string inputs) lives on graphical-models.netlify.app.

Setup

First, to install the required packages, run the following commands in bash:

yarn install
yarn global add gatsby-cli

Then, to start a local development server, just run:

yarn dev

That's it! The site should be up and running on localhost:8000.

To build, just run:

yarn build

And the compiled site will be in /public.

Project Structure

| src
    | pages
    | layouts
    | components
    | images
| public

In the src folder:

The public folder contains the built website (after running yarn build).

Resources

Here are some quick links to documentation for core packages: