Live data from Hacker News

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

news.ycombinator.com

1–7 of 7 posts

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

#6
post #4

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

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

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.