Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ashutosh7i/rmbg
- Owner: ashutosh7i
- Created: 2024-04-09T19:56:22.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-25T07:18:24.000Z (8 months ago)
- Last Synced: 2024-04-25T08:27:57.113Z (8 months ago)
- Topics: docker, flask, python3, rembg
- Language: Python
- Homepage: https://rmbg.ashutosh7i.dev/
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)