Skip to content
README.md 773 B
Newer Older
smayer's avatar
smayer committed
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/git/https%3A%2F%2Flabs.onb.ac.at%2Fgitlab%2Flabs-team%2Ftranslations-catalogue-metadata/main)
smayer's avatar
smayer committed

# Translations Catalogue Metadata
smayer's avatar
smayer committed

## Description
smayer's avatar
smayer committed

## Visuals

Word cloud of all titles in the example dataset:
smayer's avatar
smayer committed

smayer's avatar
smayer committed
<figure class='text-center'>
<img src='./img/wordcloud.png' width='55%'/>
</figure>
smayer's avatar
smayer committed

Example plots that help to understand the example dataset:
smayer's avatar
smayer committed

| | |
|:-------------------------:|:-------------------------:|
|<img src='img/lang_codes.png' alt='lang codes'>|<img src='img/lengths.png' alt='lengths'>|
|<img src='img/places.png' alt='places'>|<img src='img/years.png' alt='years'>|
smayer's avatar
smayer committed

## Installation
Install the necessary requirements via `pip` with
```
pip install -r requirements.txt
```