CleanUp.pictures

preview

This is the code repository for CleanUp.pictures, a free web application that lets you quickly cleanup or remove objects in any image.

CleanUp.pictures consists in 3 main blocks:

Setup

  1. Function: cd functions && npm i
  2. Frontend: yarn

Then edit the .env file to match your firebase & backend settings.

Development

  1. Function: cd functions && npm run serve
  2. Frontend: yarn dev

Deployment

  1. Function: firebase deploy --only functions
  2. Frontend: yarn build && firebase deploy --only hosting

Acknowledgements

CleanUp.pictures wouldn’t be possible without LaMa: Resolution-robust Large Mask Inpainting with Fourier Convolutions by Samsung Research.

GitHub

View Github