Tiny Predictive Text
The Predictive Text Model That Runs in The Browser and Fits on a Floppy Disk

Press Tab to autocomplete with suggestion or just tap on it.
Press Shift to change the suggestion or tap on the quality score.

Loading model...

Context string: .........
Predictive quality score:
...

Quality threshold

Tiny Predictive Text uses the ArT DeCo (Anchor Tree with Decaying Context) technique to generate sentence completions.

For optimum efficiency and file size, Tiny is built in Rust and compiled to Wasm for plug-and-play implementation in frontend JavaScript using tokenized dictionaries compiled to Message Pack...(Keep reading)

Use in your project