Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Flask Pytorch Background Remover
https://github.com/pawanpaudel93/flask-pytorch-background-remover

Last synced: about 1 month ago
JSON representation

Flask Pytorch Background Remover

Awesome Lists containing this project

README

        

# Flask Pytorch Background Remover

![Flask Pytorch Background Remover](https://raw.githubusercontent.com/pawanpaudel93/flask-pytorch-background-remover/master/static/flask-pytorch.jpeg)

## Development Installation

- Clone the repository
`git clone https://github.com/pawanpaudel93/flask-pytorch-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`

## Heroku Deployment

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/pawanpaudel93/flask-pytorch-background-remover/tree/master)

Code for Pytorch background removal taken from: https://github.com/spmallick/learnopencv/blob/master/app-seperation-semseg/Background-Removal.py