Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 743 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 743 Bytes

chloria

Chloria is a cute chloroplast. She doesn't perform regular "photosynthesis" but trains OCR models with synthetic photos.

Local development

Change to deployment-local directory:

cd ./deployment-local/

Create a Docker Compose .env file and populate its environment variables with the appropriate values:

cp local.env .env
vi .env

Start and get inside the container:

docker compose up --build --remove-orphans -d
docker compose exec chloria-backend bash

Create a dummy token file for retrieving MinIO web identity (it's ok to leave this file empty):

mkdir -p /usr/src/chloria/storage/chloria-backend/
touch /usr/src/chloria/storage/chloria-backend/token