AI Tools
A practical collection of AI tools: a text summarizer, AI image generator, background remover, and text-to-speech engine. Browser-only tools use local processing through ONNX Runtime Web or Kokoro, while the image generator sends prompts to an external image provider.
Showing 5 AI tools
Summarize long articles with extractive AI, generate images from text prompts, and remove backgrounds from photos. Text summarization and background removal run on machine learning models in your browser using WebAssembly and ONNX, while image generation uses a cloud model to create HD images in square, portrait, or widescreen formats. Whether you're condensing a research paper for quick review, creating visuals for a blog post, or isolating a product photo from its background, each tool is ready in seconds.
AI tools usually mean signing up for another SaaS. This set is different: the summarizer, background remover, and text-to-speech run locally in your browser with ONNX models — no API key, no upload — while the image generator clearly marks when your prompt leaves the device.
Try Text Summarizer first
Summarize a long article privately — the model runs on your device, so the text never leaves your browser.
- 1
Paste the full text
500+ words gives the extractive model enough context to pick the key sentences.
- 2
Review the summary
The output uses real sentences from the original, so you can trust it at a glance.
- 3
Copy or refine
Grab the summary, or regenerate with more or fewer sentences to fit your needs.
What Each Tool Does
Text Summarizer
Paste an article (500+ words works best) and get a summary that extracts the most important sentences. Uses extractive summarization, so the output is composed of actual sentences from the original text.
AI Image Generator
Type a text prompt and generate an image using an external image provider. Prompts are sent to that provider for processing.
Background Remover
Upload a photo and get a version with the background removed. Outputs a transparent PNG. Works best with clear foreground subjects against distinct backgrounds.
Text-to-Speech
Enter text and generate audio using the Kokoro TTS engine. Choose from multiple voices and languages. The model downloads on first use and caches in your browser.
Real Ways People Use These
Summarizing Research Papers
You have a 10-page paper and need the key findings quickly. Paste the abstract and conclusion into the summarizer to get a condensed version with the main points.
Preparing Product Photos
You have product photos with busy backgrounds. The background remover isolates the product on a transparent background for use in listings and catalogs.
Creating Content Images
You need an image for a blog post but don't have a photographer. Generate one from a text description using the image generator.
Audio for Accessibility
Convert written content to speech for users who prefer listening or have visual impairments. The TTS engine produces natural-sounding audio in multiple languages.
Pick the right tool for the job
Four common scenarios and the tool that handles each one.
| When you need to… | Use | Why |
|---|---|---|
| Condense a research paper fast | Text Summarizer | Extractive summary built from the original sentences, processed entirely locally. |
| Create a visual for a blog post | AI Image Generator | Turns a text prompt into an image via a clearly-marked external provider. |
| Cut a subject out of a photo | Background Remover | Transparent PNG output, processed entirely in your browser. |
| Turn an article into audio | Text-to-Speech | Kokoro neural voices in multiple languages, cached offline after first load. |
Getting the most out of these tools
Summarize section by section
For 50-page reports, paste chapter by chapter — extractive models track topic sentences better in smaller windows.
Background removal loves contrast
Clear foregrounds against plain backgrounds give the cleanest masks and best edges.
TTS works offline after the first load
The model caches in your browser — generate once on Wi-Fi, then use the tool anywhere.
How it works
Local tools use ONNX Runtime Web with WebAssembly or the Kokoro neural vocoder on your device. The AI Image Generator is clearly separated as a server-assisted feature so users understand when prompts leave the browser.