Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devs-org-in/removbg
Image Background Remover powered by the RMBG V1.4 model from BRIA AI [Transformers.js]
https://github.com/devs-org-in/removbg
bg-remove image-processing transformers vite
Last synced: 8 days ago
JSON representation
Image Background Remover powered by the RMBG V1.4 model from BRIA AI [Transformers.js]
- Host: GitHub
- URL: https://github.com/devs-org-in/removbg
- Owner: devs-org-in
- License: mit
- Created: 2024-10-17T09:33:57.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T14:04:27.000Z (3 months ago)
- Last Synced: 2024-11-09T19:41:57.263Z (2 months ago)
- Topics: bg-remove, image-processing, transformers, vite
- Language: JavaScript
- Homepage: https://removbg.devs.org.in
- Size: 23.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![removbg-banner](https://github.com/user-attachments/assets/38715511-a4e5-4fb6-8de0-4e4aaae5b7ec)
RemovBG is a simple web application that allows users to remove the background of their images using the RMBG V1.4 model from BRIA AI. The application is built using Transformers.js and offers a user-friendly interface for quick and easy background removal.
# Features
- User-friendly interface for uploading images
- Background removal powered by the RMBG V1.4 model from BRIA AI
- Automatic background removal with no manual adjustments required
- Option to download the processed image with the background removed# Installation
To run the RemovBG application locally, follow these steps:
1. Clone the repository:
```
git clone https://github.com/your-username/RemovBG.git
```
2. Navigate to the project directory:
```
cd RemovBG
```
3. Install the dependencies:
```
npm install
```
4. Start the application:
```
npm run dev
```# Usage
1. Open the application in your web browser at `http://localhost:5000`.
2. Click the "Upload Image" button to select an image from your computer.
3. Wait for the background to be removed automatically.
4. Save the processed image by clicking the "Download Image" button.# Contributing
We welcome contributions from the community! If you'd like to contribute to RemovBG, please follow these guidelines:
1. Fork the repository.
2. Create a new branch for your feature or bugfix.
3. Make your changes and commit them.
4. Push your changes to your forked repository.
5. Open a pull request against the original repository.# License
RemovBG is released under the MIT License. See the `LICENSE` file for more information.
# Support
If you encounter any issues or have any questions, please open an issue on the RemovBG GitHub repository.