Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 612 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 612 Bytes

rmbg Web API

  • Flask
  • rembg

TODO

  • Image URL Support
  • File Upload Support
  • Remove Options
  • 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