Skip to content

Quick Start Guide

NotPetya edited this page Oct 30, 2023 · 2 revisions

Make sure Docker and docker-compose are installed. On Windows, the Docker Desktop app is the easiest way to do this.

If you want to use only locally hosted AI models, edit the following:
.env file: WORKINGFOLDER=/host/path/to/pictures
WORKINGARTFOLDER=/host/path/to/cartoon/or/anime/style/pictures

docker-compose file:
Uncomment the - ./config/:/app/config/ lines for both server and client.

config.ini file:
Copy default-config.ini to config.ini.

If you want to use Google Vision for object recognition and more accurate OCR, you will need an API key.
Go to https://console.cloud.google.com/apis/dashboard and enable Google Cloud Vision. Then go to https://console.cloud.google.com/apis/credentials and create a service account. Create a key, download it in JSON format, and save it in the config folder as google-vision.json. For more detailed info, check out https://cloud.google.com/vision/docs/setup.

Clone this wiki locally