Skip to content

machine learning powered aesthetic classification app

License

Notifications You must be signed in to change notification settings

C00reNUT/aestylo

 
 

Repository files navigation

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 --root_folder /path/to/images/

About

machine learning powered aesthetic classification app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 67.3%
  • HTML 27.8%
  • CSS 4.9%