Skip to content
This repository was archived by the owner on Apr 16, 2023. It is now read-only.

Latest commit

 

History

History
51 lines (26 loc) · 2.02 KB

File metadata and controls

51 lines (26 loc) · 2.02 KB

removal of eye glasses (web-app)

hosted on hugging-face space now

Hugging Face

Deployment of image to image translation model as a web-app.

model details

Dataset - aligned CelebA

original portrait model output

CARN Model (Fast, Accurate, and Lightweight Super-Resolution with Cascading Residual Network) for up-scaling the output image.

Dependencies

  • Python 3.5+
  • PyTorch
  • Tensorflow-lite (for portrait segmentation)
  • Starlette

Run the web-app locally using command - python app/server.py serve

References:

CycleGAN

Contrastive Unpaired Translation (CUTGAN)

Portrait Segmentation models by Anil Sathyan

Waifu2x-PyTorch implementation

face restoration [latest addition for improving faces after generation]