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

https://github.com/almas-ali/bg-remover-flask

A background remover website in flask
https://github.com/almas-ali/bg-remover-flask

Last synced: 7 months ago
JSON representation

A background remover website in flask

Awesome Lists containing this project

README

          

# Image background remover
**Flask - Python**

**Developed by Md. Almas Ali**

## Installation guide

1. Clone the repository
2. Create a virtual environment

```bash
# Create virtual environment
python3 -m virtualenv env

# Activate virtual environment
source env/bin/activate
```

3. Install the requirements

```bash
pip install -r requirements.txt
```

4. Create a directory in static folder named "media"
5. Run the main.py file

```bash
python main.py
```

## Usage

1. Upload the image
2. Click on the "Upload" button
3. Wait for the result
4. Download the image

## License
[MIT](https://github.com/Almas-Ali/bg-remover-flask/blob/master/LICENSE)

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.