qurator-spk / sbb_web-integration

Visualization of NER+EL+Topic Modelling + Image-Search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SBB-web-integration

Visualization of named entiy recognition, entiy linking and EL-based topic modelling on the digitalized collections of the Berlin State Library.

Installation:

Clone this project, the SBB-utils, and the SBB-tools.

Setup virtual environment:

virtualenv --python=python3.6 venv

Activate virtual environment:

source venv/bin/activate

Upgrade pip:

pip install -U pip

Install packages together with their dependencies in development mode:

pip install -e sbb_utils
pip install -e sbb_tools
pip install -e sbb_web-integration

About

Visualization of NER+EL+Topic Modelling + Image-Search


Languages

Language:JavaScript 79.6%Language:Python 12.7%Language:HTML 7.3%Language:CSS 0.2%Language:Makefile 0.1%