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