Skip to content

chatne/arcan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arcan - Image annotator for photo prints

Adds annotations and additional graphics to images so photo can have additional context.

It seems no photo printing service allows for backside text of more than 10-20 characters, which is not enough for a proper description.

Project setup

Setup the environment and install Python dependencies:

python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements/requirements.txt

To uninstall, run:

deactivate
rm -rf venv

Usage

To generate example images, run:

source venv/bin/activate
python3 manage.py generate examples

Generated images are saved in target/examples directory.

To generate your own images:

  • Create a new directory in source directory
  • Add images to the directory
  • Create metadata.csv and add metadata for each image
  • Run python3 manage.py generate <directory_name> to generate images

About

Image annotator for photo prints

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published