Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pawanpaudel93/flask-tf-background-remover

Flask Tensorflow Background Remover
https://github.com/pawanpaudel93/flask-tf-background-remover

Last synced: about 1 month ago
JSON representation

Flask Tensorflow Background Remover

Awesome Lists containing this project

README

        

# Flask Tensorflow Background Remover

![Flask Tensorflow Background Remover](https://raw.githubusercontent.com/pawanpaudel93/flask-tf-background-remover/master/static/flask-tensorflow.jpg)

## Development Installation

- Clone the repository
`git clone https://github.com/pawanpaudel93/flask-tf-background-remover.git`
- Rename `.env-example` to .env and modify the values as you like and keeping the same value for development is okay.
- Install requirements of requirements.txt
- Run command `flask run`

## Background Removal Samples
Original

original

bnw_whitebnw_transparentcolored_whitecolored_transparent

Background Removal Tensorflow code from: [Mask-RCNN-remove-background](https://github.com/jysh1214/Mask-RCNN-remove-background)