Settings

Theme

Is there an open source project to remove background from images, serverside?

6 points by franz68 2 years ago · 6 comments · 1 min read

Reader

I have seen here very nice articles about client side image background removal opensource projects, but are there good equivalent server side ?

e1g 2 years ago

Many options in the comments of prior discussions https://news.ycombinator.com/item?id=36064639 and https://news.ycombinator.com/item?id=35838504

robertheadley 2 years ago

I just starred this on Github. So it was fresh in my memory https://github.com/imgly/background-removal-js

  • franz68OP 2 years ago

    yes this one is perfect, but I am looking for the same thing, but not in the browser

    • Two4 2 years ago

      Adapting the code to run on node.js may not be too terrible - I haven't looked at the repo (on mobile), but I've had luck porting non-DOM-related client js libs to server libs before.

PaulHoule 2 years ago

I’d be concerned that something like that needs user feedback to do a really good job. When I try to do that with photoshop it is never quite right the first time though maybe the new A.I. models can do better.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection