Skip to content

asadafasab/aflat

Repository files navigation

A♭/a flat

A flat is a web application written using Flask for managing, posting images and comments. Images can also be generated by the neural network - PGGAN.

Features

  • minimal js
  • no bootstrap (only bulma)
  • images generated by Neural Network
  • administration dashboard
  • posting images

Video

link

Install and run

    git clone https://github.com/asadafasab/aflat
    cd aflat/
    pip install -r requirements.txt
    export FLASK_APP=main.py;export FLASK_ENV=development;flask run

docker image

# check gan/generator.pth file
cd aflat
docker build -t aflat:latest .

gan pretrained models

link

About

Web application for posting and commenting images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published