Skip to content

tdp1996/Automatic-Background-Removal

Repository files navigation

ABR - AUTOMATIC BACKGROUND REMOVAL

1. Introduction

The project aims to design an application for automating background removal image process. Users can simply upload their images and then choose their desired result to download.

Project Components: U-2-Net, rembg

We integrate the U-2-Net model training with personal datasets and utilize the rembg tool.

U-2-Net is initially trained on the DUST_TR dataset, consisting of images and masks. View examples:

Alt text Alt text

We continue training with personal datasets structured as follows:

Alt text Alt text

The trained model, combined with rembg tool, is used for automatic image background removal.

2. Features

Remove Background: Automatically removes the background from uploaded images.

3. Demo

For a quick demo, please visit this website: https://bradpt.streamlit.app/. You can upload your images and see the result.

4. Installation

5. Usage

6. Build Docker container

Steps:

  1. Build Docker image: docker build -t {image's name}
  2. Build Docker container docker run -p {port} {image's name}

7. References:

8. Contributing

ABR is still a work in progress and in alpha. While it is slowly getting more to where we want it, it is going to take quite some time to have every possible feature we want to add. If you are knowledgeable in the field of image processing, feel free to contribute to this project and help us get closer to that goal.

How to Contribute

  • Please fork to your Git account or clone directly the repository Automatic-Background-Removal
  • Open a pull request and await feedback from our development team.

Issues

If you find a bug or have a feature request, please open an issue and provide detailed information.

9. Author

10. License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •