Skip to content

Eric013/cleanup.pictures

 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.9%
  • HTML 4.8%
  • JavaScript 1.2%
  • Other 1.1%