Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 563 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 563 Bytes

Aestylo

Machine learning powered aesthetic classification app.

Getting Started

To install Aestylo, follow these steps:

  1. Create a suitable anaconda environment for Aestylo and activate it:
conda create -n aes python=3.10 -y
conda activate aes
  1. Clone this github repository and navigate to it:
git clone https://github.com/deforum-art/aestylo.git
cd aestylo
  1. Install required packages with the install script:
python install_requirements.py
  1. Launch application by running the Python app.py script:
python app.py