Packages

Phoenix LiveView interface for sample generation and human labeling workflows. Thin wrapper around Forge (sample factory) and Anvil (labeling queue) with real-time progress updates, keyboard shortcuts, and inter-rater reliability dashboards.

Current section

Files

Jump to
ingot lib ingot_web controllers page_controller.ex
Raw

lib/ingot_web/controllers/page_controller.ex

defmodule IngotWeb.PageController do
use IngotWeb, :controller
def home(conn, _params) do
render(conn, :home)
end
end