Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 602 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 602 Bytes

web-removebg

Image background removal locally in browser with WebGPU.

Powered by transformers.js and BRIA AI RMBG 1.4

Developing

This project was created with solid-start;

pnpm install

pnpm dev
# or start the server and open the app in a new browser tab
pnpm dev -- --open

Building

Solid apps are built with presets, which optimise your project for deployment to different environments.

By default, pnpm build will generate an app to deploy to Vercel.