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
- Host: GitHub
- URL: https://github.com/almas-ali/bg-remover-flask
- Owner: Almas-Ali
- License: mit
- Created: 2022-10-08T20:42:25.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-08T21:02:42.000Z (almost 3 years ago)
- Last Synced: 2025-01-07T15:28:49.857Z (9 months ago)
- Language: CSS
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.