An open API service indexing awesome lists of open source software.

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!

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