minichess-gpt
A small neural chess engine that runs in the browser. It looks at the current board, searches ahead, and plays one legal move.
Full-precision weights. Prefer this when the browser can use a GPU.
What's in this repo
This is a browser chess engine package (chess-gpt-package-v1), not a Transformers checkpoint.
A compatible runner loads:
browser/manifest.jsonโ file list and hashesbrowser/entry.jsโ search and move picker- the ONNX net named in that manifest
Use
Point a chess-gpt-compatible runner at burrowdweller/minichess-gpt-final-fp32. It calls loadPackage โ newGame โ chooseMove({ history, legalMoves }) and must return one of those legal moves.
The net is small on purpose. Strength comes from searching at move time.
Source: junisbuilding/chessdb
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support