Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ashutosh7i/rmbg

A simple image background removal service using flask and docker
https://github.com/ashutosh7i/rmbg

docker flask python3 rembg

Last synced: 28 days ago
JSON representation

A simple image background removal service using flask and docker

Awesome Lists containing this project

README

        

# rmbg - Remove Background from Images

This is a simple web application that allows users to remove the background from images. It's built with Flask and uses the [rembg](https://github.com/danielgatis/rembg) library to perform the background removal.

## Installation

1. Clone this repository: `git clone https://github.com/yourusername/rmbg.git`
2. Navigate to the project directory: `cd rmbg`
3. Install the requirements: `pip install -r requirements.txt`

## Usage

1. Run the application: `python app.py`
2. Open your web browser and navigate to `http://localhost:5100`
3. Upload an image and click "Remove" to remove the background.

## License

[MIT](https://choosealicense.com/licenses/mit/)