README slight update

This commit is contained in:
Pawel
2026-05-22 16:13:45 -04:00
parent 5941bda75e
commit 50f8ab512c

View File

@@ -11,9 +11,10 @@ The project treats climbing-board problems as symbolic sequences of board-aware
2. transformer-based grade prediction, 2. transformer-based grade prediction,
3. GPT-style route generation conditioned on board, wall angle, and target grade, 3. GPT-style route generation conditioned on board, wall angle, and target grade,
4. calibrated board-background visualization, 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).
--- ---