https://github.com/zebbern/backround_remover
Free background remover to any picture all private done from your own browser instance!
https://github.com/zebbern/backround_remover
Last synced: 3 months ago
JSON representation
Free background remover to any picture all private done from your own browser instance!
- Host: GitHub
- URL: https://github.com/zebbern/backround_remover
- Owner: zebbern
- Created: 2025-12-30T20:06:00.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-01T05:28:53.000Z (5 months ago)
- Last Synced: 2026-01-03T18:21:52.793Z (5 months ago)
- Language: TypeScript
- Homepage: https://backround-remover-ten.vercel.app/
- Size: 398 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backround Remover
AI-powered background removal tool that runs entirely in your browser. Free, open-source, and privacy-focused.
## Features
- **Client-side processing** - Images never leave your device
- **AI-powered** - Uses machine learning for accurate cutouts
- **Advanced editing** - Manual refinement with brush tools, cropping, and edge smoothing
- **Background replacement** - Add solid colors or custom images
- **Multiple export formats** - PNG, JPEG, WebP with quality control
## Development
```bash
# Install dependencies
npm install
# Run development server
npm run dev
# Build for production
npm run build
# Run tests
npm test
```
## Tech Stack
React, TypeScript, Vite, Tailwind CSS, ONNX Runtime
## License
Apache-2.0