Skip to content
Dilith Jayakody edited this page Nov 4, 2022 · 6 revisions

Welcome to H2O Image Styling Art Studio's wiki!

Development Guide

Requirements

  • Linux
  • Python 3.7
  • GPU Support

Setting up locally

  1. Clone the repository:
git clone https://github.com/h2oai/wave-image-styler.git
  1. Download the models, install the requirements, and set up the environment with:
make setup

Development

To run the app with active reload (automatically reload when changes are made):

make dev

Else, if active reload is not required:

make run

Clone this wiki locally