FormatFish / banner-generate

a banner generate which based on the feature calculate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Banner generate

This project coded by python django and pil. It can generate a banner when you give the material , background, title , detail and so on. And this work is based on the paper "Learning layouts for single-pagegraphic designs"

Banner generate have two parts , the first is generating the banner which based on the template and the second is optiming , which based on the paper' method -- feature calculating and Simulated annealing algorithm. Also I implement the algorithm NIO(Non-linear Inverse Optimization), however , this algorithm have no obviously effect , so I just implement it in alibanner/alibanner/views.py and never use it.

demo demo

Install

  1. pip install -r requirements.txt
  2. If you don't care the security or you just run it for your curiosity , you can run python manage.py runserver 0.0.0.0:8000 . Or you should deploy it as the offical document

About

a banner generate which based on the feature calculate


Languages

Language:JavaScript 40.0%Language:CSS 33.7%Language:Python 16.6%Language:HTML 5.5%Language:Java 3.3%Language:PHP 0.9%