Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 385 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 385 Bytes

aether

aether is a flask app for visualizing albums

alt text

How do I run this?

  1. clone the repo
  2. set the directory of the path to your images in config.ini
  3. install the requirements pip install -r requirements.txt
  4. setup your server (nginx, apache, etc) and run the flask app (gunicorn)