Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pawanpaudel93/flask-pytorch-background-remover
- Owner: pawanpaudel93
- Created: 2020-07-31T08:34:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T06:19:52.000Z (about 2 years ago)
- Last Synced: 2023-03-03T15:12:38.222Z (almost 2 years ago)
- Language: Python
- Homepage: https://flask-pytorch-bg-remover.herokuapp.com/
- Size: 40 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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