Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pawanpaudel93/flask-tf-background-remover
- Owner: pawanpaudel93
- Created: 2020-08-02T12:55:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-26T20:53:16.000Z (over 2 years ago)
- Last Synced: 2023-03-03T15:12:38.199Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 2.23 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
OriginalBackground Removal Tensorflow code from: [Mask-RCNN-remove-background](https://github.com/jysh1214/Mask-RCNN-remove-background)