Settings

Theme

Show HN: Open source Deep Learning Background removal service

10 points by burgalon 9 years ago · 5 comments · 1 min read


Me and my colleague have been working on a small POC for Background removal. We used semantic segmentation trained on selfies, and documented the process of training and deploying a Keras model with Docker, Heroku and a Gitlab CI in 3 posts:

https://greenscreen-ai.boorgle.com Server side implementation https://greenscreen-ai-client.boorgle.com Client side implementation using KerasJS

Training post https://medium.com/@gidishperber/background-removal-with-dee...

Deploying Keras model to Heroku with Gitlab CI https://medium.com/@burgalon/deploying-your-keras-model-3564...

KerasJS client side post https://medium.com/@burgalon/deploying-your-keras-model-usin...

Server side source code https://gitlab.com/fast-science/background-removal-server

Client side post https://gitlab.com/fast-science/background-removal-vue

ldenoue 9 years ago

When I tried the client side version on the same image, it wasn't good compared to the server side. Are you using a different model on the client?

isharko 9 years ago

This is really cool! Thanks for sharing.

inmean 9 years ago

very nice concept, too bad the greenscreen-ai-client a bit slow

  • burgalonOP 9 years ago

    Yep. I'm looking forward to finish our implementation using WebDNN. It's super fast

Keyboard Shortcuts

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