nadermx / backgroundremover

Background Remover lets you Remove Background from images and video using AI with a simple command line interface that is free and open source.
https://www.backgroundremoverai.com
MIT License
6.69k stars 556 forks source link

How to use as a library ? #129

Closed burakkaratasz closed 5 months ago

burakkaratasz commented 6 months ago

I want to import in an Android app

ahmad88me commented 5 months ago

I created it a pull request to use it as a python library https://github.com/nadermx/backgroundremover/pull/138.

The easiest way to use it in Android is to create a webapp using this repo and maybe Flask or Django. Then you can expose APIs that you can call from your android app.

nadermx commented 5 months ago

Fixed in https://github.com/nadermx/backgroundremover/commit/123d4445808c25521d06611e6e7e3aa9bb426b2f read readme on how to tx @ahmad88me