OPHoperHPO / image-background-remove-tool

✂️ Automated high-quality background removal framework for an image using neural networks. ✂️
https://carve.photos
Apache License 2.0
1.39k stars 272 forks source link

Improved CI/CD and whl package publishing to PyPi. #92

Closed OPHoperHPO closed 2 years ago

OPHoperHPO commented 2 years ago

Changelog:

  1. Reduced code duplication in Github Actions Workflow files.
  2. Added CI/CD to automatically publish the carvekit package to the PyPi package registry.
  3. Carve Kit package for Google Colab published on PyPI.
  4. Simplified framework installation procedure
  5. Added console alias carvekit to interact with the console interface without python3 -m carvekit.
  6. Fixed SSRF vulnerability for host loopback addresses.
  7. Merged #91