sneccc / aestylo

machine learning powered aesthetic classification app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

machine learning powered aesthetic classification app

License:MIT License


Languages

Language:Python 58.1%Language:Jupyter Notebook 17.2%Language:HTML 12.9%Language:CSS 9.0%Language:Roff 2.9%