This project is a web app for removing image backgrounds using briaai/RMBG-1.4
.
-
Clone the repository:
git clone https://github.com/lharti/bg-remover.git cd bg-remover
-
Install dependencies:
pnpm install
-
Start the development server:
pnpm start
-
Open your browser and navigate to
http://localhost:3000
.
Run the test suite:
pnpm test