/cleanup.pictures

Code for https://cleanup.pictures

Primary LanguageTypeScriptApache License 2.0Apache-2.0

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

preview

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.