Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 810 Bytes

File metadata and controls

28 lines (17 loc) · 810 Bytes

Background Remover

A web application for removing backgrounds from images using AI models. The application runs entirely in the browser using Hugging Face Transformers, processing images client-side without uploading them to a server.

Live at bg.luggapugga.dev

Features

The application uses MODNET or RMBG-1.4 models depending on WebGPU availability. Images are processed locally in your browser, ensuring privacy and fast processing without server round-trips.

Development

Install dependencies and start the development server:

bun install
bun run dev

Build for production:

bun run build

Tech Stack

Built with TanStack Start, SolidJS, and Hugging Face Transformers. Uses Tailwind CSS for styling and Biome for linting and formatting.