From 50f8ab512c2c46b8b2c2addecd78f07e406e5d46 Mon Sep 17 00:00:00 2001 From: Pawel Date: Fri, 22 May 2026 16:13:45 -0400 Subject: [PATCH] README slight update --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f359d40..6d5fa55 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,10 @@ The project treats climbing-board problems as symbolic sequences of board-aware 2. transformer-based grade prediction, 3. GPT-style route generation conditioned on board, wall angle, and target grade, 4. calibrated board-background visualization, -5. command-line demo scripts for generation and grade prediction. +5. command-line demo scripts for generation and grade prediction, +6. interactive FastAPI webapp with board-image overlay and click-to-build route prediction. -This repo is the transformer/GPT follow-up project to [Tension-Board-2-Analysis] and [Kilter-Board-Analysis]. +This repo is the transformer/GPT follow-up project to [Tension-Board-2-Analysis](https://github.com/psark007/Tension-Board-2-Analysis) and [Kilter-Board-Analysis](https://github.com/psark007/Kilter-Board-Analysis). ---