https://github.com/brycerussell/removebg-bulk
Remove the background from your images in bulk for free
https://github.com/brycerussell/removebg-bulk
remove-background
Last synced: about 1 year ago
JSON representation
Remove the background from your images in bulk for free
- Host: GitHub
- URL: https://github.com/brycerussell/removebg-bulk
- Owner: BryceRussell
- Created: 2023-08-01T18:44:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T16:59:45.000Z (about 2 years ago)
- Last Synced: 2025-03-23T08:32:46.499Z (about 1 year ago)
- Topics: remove-background
- Language: Astro
- Homepage: https://removebg-bulk.netlify.app/
- Size: 122 MB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### https://removebg-bulk.netlify.app/
# Remove Background Bulk
Remove the background from your images in bulk for free
- Free
- Bulk/Automatic
- Easy to use
- 100% safe
> Powered by [`@imgly/background-removal`](https://github.com/imgly/background-removal-js)
# Hosting
**local**: (Fastest)
- Clone project and install depencencies
- Use the command `pnpm build` on Linux or `pnpm build:windows` for Windows
- Use the command `pnpm preview` to run a local server for viewing and using the tool
**Netlify**:
- Deploy the repo to Netlify, everything should already be setup
**Other**:
- [Astro Deployment Guides](https://docs.astro.build/en/guides/deploy/)
# Why is it slower than other tools?
- All image processing happens on the client in your browser
- The very first image has to wait for the 80mb model to download/initialize
- If an image is being processed and more images are uploaded, the image must finish processing before starting on the newly uploaded images (don't spam the upload!)