Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.17 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.17 KB

Blookly. Book Cover Generator

As part of the AI Hackathon we created blookly an automatic book cover generator that generates a book cover in a certain style using neural style transfer. A user inputs a background image, a genre, an author and a title and the web application will generate a book cover in an appropriate style.

Examples

Installation

This project requires Python 2.7 all other requirements can be installed through pip by running:

pip install -r requirements.txt 

You can run the file locally at http://localhost:5555 by running:

python runserver.py