yxgeee / BirdGAN_demo

Web demo for generating bird images by description.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate Bird Images by Text

Web demo for generating bird images by description. The web framework is built up on Django, and the generation function of backend system is written by pytorch. (costs about 900M GPU memory)
Thanks for AttnGAN.

screenshot

Dependencies

  • python 2.7
  • Pytorch
  • Django 1.11

Download required packages and pretrained models

described in AttnGAN/README.md

Run the server

run python manage.py runserver 0.0.0.0:8000 in the root directory, and then visit your web by http://localhost:8000/, also you can change 8000 to any other port as you want.

About

Web demo for generating bird images by description.


Languages

Language:Python 48.6%Language:HTML 43.7%Language:CSS 7.7%