Skip to content

007prateekd/custom-creative-creator

Repository files navigation

custom-creative-creator

This is a web application which takes in your picture, a text, a font style and a creative (both from a set of predefined options) and generates a new creative with the text in the creative replaced by your text and the face in it replaced by your face.

Features

  • uploading a picture of your face (or capturing using webcam) and choosing a reference style image, it can stylize your face using that reference.
  • writing some text of your choice and a choosing a reference font image, it can stylize the text into that font. Note that the text in the ad may have characters not present in the provided text. So that needs to be synthesized in the required style.
  • choosing a creative and combining the face and text stylization from above, it can generate a modified creative with the modified face added and modified text positioned, scaled and given direction according to the user.
  • the complete pipeline takes only ~25s per image. If using the same face style reference continously, the time reduces down to ~5s.

Examples

  • Face Stylization:
    The following are the style reference, user's image and stylized image respectively.

  • Text Stylization:
    The following are the font image and the stylized text (for the input "RANDOM TEXT") respectively.

  • Combination:
    The following are the original creative and modified creative respectively.

Acknowledgements

This code borrows from JoJoGAN, ReStyle and AGIS-Net. Some snippets from Face-Toolbox-Keras.

Releases

No releases published

Packages

No packages published

Languages