Ready

Text Insights

Four small text-analysis blocks you can install on their own. Each one runs entirely in your browser, and nothing downloads until you press a button.

Sentiment Analyzer

Score text as positive or negative, one message at a time or thousands at once, with live progress, running totals, and a scrollable list of results.

Install this block

npx shadcn@latest add @localmode/ui/blocks/text-insights/sentiment-analyzer

Sentiment Analyzer: DistilBERT SST-2. Model loads only behind an explicit action.

Preparing…

Text Classifier

Sort text into your own set of labels. Add or remove categories, then see the winning label and how the rest ranked.

Install this block

npx shadcn@latest add @localmode/ui/blocks/text-insights/text-classifier

Text Classifier: MobileBERT MNLI zero-shot. Model loads only behind an explicit action.

Preparing…

Model Evaluator

Measure how accurate a text classifier is on a labeled set, with accuracy, precision, recall, F1, a confusion matrix, and JSON export.

Install this block

npx shadcn@latest add @localmode/ui/blocks/text-insights/model-evaluator

Model Evaluator: classifier evaluation over labeled datasets. Model loads only behind an explicit action.

Model

Dataset

Threshold Calibrator

Pick a good similarity cutoff straight from your own examples, and compare it against the built-in default with a view of the score distribution.

Install this block

npx shadcn@latest add @localmode/ui/blocks/text-insights/threshold-calibrator

Threshold Calibrator: similarity-threshold calibration from corpus embeddings. Model loads only behind an explicit action.

Embedding model

Corpus

Preparing…