/heritageweaver

Code for Weaving Heritage Collections. Congruence Engine Technical Investigations

Primary LanguageJupyter NotebookMIT LicenseMIT

heritage-weaver

Code for Weaving Heritage Collections. Congruence Engine Technical Investigations

Run on Colab

Query the Collections

Open In Colab

Search and Annotate

Open In Colab

Annotate Links

Open In Colab

Instructions for Local Installation

conda create -n heritageweaver python=3.9
conda activate heritageweaver
cd path/to/heritageweaver
pip install -r requirements.txt
conda install -c anaconda ipykernel
python -m ipykernel install --user --name=heritageweaver