https://github.com/avaiga/demo-remove-background
The code for the Background Remover demo
https://github.com/avaiga/demo-remove-background
Last synced: 7 months ago
JSON representation
The code for the Background Remover demo
- Host: GitHub
- URL: https://github.com/avaiga/demo-remove-background
- Owner: Avaiga
- License: apache-2.0
- Created: 2023-10-16T14:51:03.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-08-24T15:36:58.000Z (about 1 year ago)
- Last Synced: 2024-08-25T16:03:09.545Z (about 1 year ago)
- Language: Python
- Size: 4.37 MB
- Stars: 6
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Demo Background Remover
## Usage
- [Usage](#usage)
- [Demo Background Remover](#what-is-demo-remove-background)
- [Directory Structure](#directory-structure)
- [License](#license)
- [Installation](#installation)
- [Contributing](#contributing)
- [Code of conduct](#code-of-conduct)## What is Demo Background Remover
[Demo Background Remover](https://github.com/Avaiga/demo-remove-background), powered by [Taipy](https://taipy.io/), enables users to upload their own image and remove their background. Then, it is possible to download these images on the application.
### Demo Type
- **Level**: Basic
- **Topic**: Taipy-GUI
- **Components/Controls**:
- Taipy GUI: file_download, file_upload, image## How to run
This demo works with a Python version superior to 3.8. Install the dependencies of the *requirements.txt* and run the *main_markdown.py* or *main_tgb.py*.
## Directory Structure
- `src/`: Contains the demo source code.
- `docs/`: contains the images for the documentation
- `CODE_OF_CONDUCT.md`: Code of conduct for members and contributors of _demo-remove-background_.
- `CONTRIBUTING.md`: Instructions to contribute to _demo-remove-background_.
- `INSTALLATION.md`: Instructions to install _demo-remove-background_.
- `LICENSE`: The Apache 2.0 License.
- `README.md`: Current file.## License
Copyright 2022 Avaiga Private LimitedLicensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
[http://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.## Installation
Want to install _demo remove background_? Check out our [`INSTALLATION.md`](INSTALLATION.md) file.
## Contributing
Want to help build _demo remove background_? Check out our [`CONTRIBUTING.md`](CONTRIBUTING.md) file.
## Code of conduct
Want to be part of the _demo remove background_ community? Check out our [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md) file.