English | 简体中文
🚀A free, open-source tool powered by WebGPU and WebAssembly (WASM) in the browser, efficiently removes backgrounds from images without any additional costs or privacy concerns.
- Clone this repository
git clone https://github.com/reamd/remove-bg.git
cd remove-bg
- Install dependencies
npm install
- Start web-application
npm run start
docker run -d -p 8080:80 --name remove-bg reamd/remove-bg:latest
If you have any question, please follow me on X:
Model: xuebinqin/U-2-Net
@InProceedings{Qin_2020_PR,
title = {U2-Net: Going Deeper with Nested U-Structure for Salient Object Detection},
author = {Qin, Xuebin and Zhang, Zichen and Huang, Chenyang and Dehghan, Masood and Zaiane, Osmar and Jagersand, Martin},
journal = {Pattern Recognition},
volume = {106},
pages = {107404},
year = {2020}
}