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
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.
Install dependencies and start the development server:
bun install
bun run devBuild for production:
bun run buildBuilt with TanStack Start, SolidJS, and Hugging Face Transformers. Uses Tailwind CSS for styling and Biome for linting and formatting.