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.
- minimal js
- no bootstrap (only bulma)
- images generated by Neural Network
- administration dashboard
- posting images
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
# check gan/generator.pth file
cd aflat
docker build -t aflat:latest .