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.
- 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
To run the RemovBG application locally, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/RemovBG.git
- Navigate to the project directory:
cd RemovBG
- Install the dependencies:
npm install
- Start the application:
npm run dev
- Open the application in your web browser at
http://localhost:5000
. - Click the "Upload Image" button to select an image from your computer.
- Wait for the background to be removed automatically.
- Save the processed image by clicking the "Download Image" button.
We welcome contributions from the community! If you'd like to contribute to RemovBG, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Open a pull request against the original repository.
RemovBG is released under the MIT License. See the LICENSE
file for more information.
If you encounter any issues or have any questions, please open an issue on the RemovBG GitHub repository.