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.
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