CUBETIQ / rmbg-web-api

A remove background service using python, rembg and pre-trained models u2net

Home Page:https://rmbg-web-api.heroku.ctdn.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rmbg Web API

  • Flask
  • rembg

TODO

  • Image URL Support
  • File Upload Support
  • Remove Options

Usages (Test URL: https://rmbg-web-api.heroku.ctdn.dev)

  • Remove Background from URL (GET/POST)
https://rmbg-web-api.heroku.ctdn.dev?url=https://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Gull_portrait_ca_usa.jpg/1280px-Gull_portrait_ca_usa.jpg
  • Remove Background from File Upload (POST)
curl --location --request POST 'https://rmbg-web-api.heroku.ctdn.dev' \
--form 'file=@"YOUR/PHOTO/PATH"'

Contributors

About

A remove background service using python, rembg and pre-trained models u2net

https://rmbg-web-api.heroku.ctdn.dev


Languages

Language:Python 72.1%Language:Dockerfile 21.2%Language:Shell 6.7%