Free image background removal - private, client-side and powered by Transformers.js
1,016
stars
30
commits
TypeScript
primary language
Jan 5, 2025
updated
A powerful React + Vite application that removes backgrounds from images directly in your browser. This app leverages machine learning models through Transformers.js to process media locally, ensuring your files never leave your device.
The app implements a cross-browser approach to background removal with optional WebGPU acceleration:
Both implementations use Transformers.js to run the machine learning models directly in the browser, eliminating the need for server-side processing.
git clone https://github.com/addyosmani/bg-remove.git
npm install
npm run dev
Based on the WebGPU background removal demo by @xenova
MIT License - feel free to use this in your own projects!
28 commits
2 commits
TypeScript
86.2%
JavaScript
5.5%
CSS
4.4%
HTML
3.9%
Free image background removal - private, client-side and powered by Transformers.js
1,016
stars
30
commits
TypeScript
primary language
Jan 5, 2025
updated
A powerful React + Vite application that removes backgrounds from images directly in your browser. This app leverages machine learning models through Transformers.js to process media locally, ensuring your files never leave your device.
The app implements a cross-browser approach to background removal with optional WebGPU acceleration:
Both implementations use Transformers.js to run the machine learning models directly in the browser, eliminating the need for server-side processing.
git clone https://github.com/addyosmani/bg-remove.git
npm install
npm run dev
Based on the WebGPU background removal demo by @xenova
MIT License - feel free to use this in your own projects!
28 commits
2 commits
TypeScript
86.2%
JavaScript
5.5%
CSS
4.4%
HTML
3.9%