{% load static %} Comixify

Comixify

Maciej Pęśko
Adam Svystun
Paweł Andruszkiewicz
Tomasz Trzciński

Abstract

Many recent works in the field of Neural Style Transfer showed that producing an image in the style of another image is possible. There are various possible applications to use such techniques like paintings style transfer or photo-realistic style transfer. In our project, we present end-to-end solution that transforms input video into a comic in just a few seconds. Our work consists of two main parts: keyframes extraction and comic style transfer. In the near future we would like to introduce next two parts: Comic Grid Layout Generation and Speech Extraction.

Demo

API

Request:

Path: http://comixify.ii.pw.edu.pl/comixify/

Method: POST

Data:
{
    file: video/mp4
}

* Max size of video is 50 MB

Respose:

{
    status: string,
    comic: string
}

comic - url to result comics

Acknowledgements

We would like to thank Google for granting us free Google Cloud Platform credits that enabled us to develop our project.