A GUI background remover with a simple interface and make use of REMBG, a Python background removal library.
- Python 3.9.x
- pip
- Node
- npm
- Go to
py-src/
and install the requirements.
pip install -r requirements.txt
This would install all the dependencies for the Python script.
- Go to the project root directory and run the following command:
npm i
This would install all the dependencies for Node JS part.
- Run the following command to build the project:
npm run tauri build