AI Review Sentiment Analyzer
Analyze positive and negative sentiment in English reviews for free with open-source DistilBERT ONNX running locally in the browser, preferring WebNN while never uploading text
Category
How to Use
- Paste an English review, support reply, or customer feedback.
- Choose Auto, WebNN, or WASM, then run the local analysis.
- Review positive and negative probabilities; long text is limited to the first 256 model tokens.
- Use the result to assist human triage, never as the sole basis for hiring, moderation, or support decisions.
Examples
-
Analyze a product review
Input:
The delivery was quick and the instructions were clear.Output:
Positive probability is likely higher than negative probability.
FAQ
- Is my review uploaded?
- No. The text and DistilBERT inference stay in your browser.
- Does it support Chinese reviews?
- The current model is trained for English sentiment. It is not reliable for other languages, sarcasm, factual accuracy, or urgency.
- Does the probability equal true customer satisfaction?
- No. It is only the model’s classification confidence and should be reviewed with the original context.
Related tools
- Word Counter
Count words, characters, lines, and more
- Case Converter
Convert English text to various cases
- Text Diff
Compare two texts and highlight differences
- Markdown Preview
Live preview of Markdown rendering
- Excel to SQL IN
Convert Excel column data to SQL IN statement format with custom delimiters
- 3D Font Generator
Convert text to 3D model with GLB and GLTF format download
- PII / NER Redaction
Browser-side sensitive information detection and redaction with deterministic rules and GLiNER ONNX/WebNN enhancement