https://github.com/impresso/impresso-datalab-notebooks
🔬 Impresso Datalab Notebooks
https://github.com/impresso/impresso-datalab-notebooks
api computational-humanities data-driven-methods historial-media-analysis historical-documents
Last synced: 5 months ago
JSON representation
🔬 Impresso Datalab Notebooks
- Host: GitHub
- URL: https://github.com/impresso/impresso-datalab-notebooks
- Owner: impresso
- License: agpl-3.0
- Created: 2024-04-09T06:16:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-18T15:45:37.000Z (6 months ago)
- Last Synced: 2025-12-20T06:03:03.335Z (6 months ago)
- Topics: api, computational-humanities, data-driven-methods, historial-media-analysis, historical-documents
- Language: Jupyter Notebook
- Homepage:
- Size: 8.87 MB
- Stars: 9
- Watchers: 6
- Forks: 3
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Impresso Datalab Notebooks
  [](https://shields.io/)
## About
The Impresso project develops application interfaces to facilate historical transmedia research through:
- the **[Impresso Web App](https://impresso-project.ch/app)**, a user interface for content exploration and visualisation.
- the **[Impresso Datalab]()**, a suite of tools for data exploration and analysis.
Specifically, the Impresso Datalab enables custom analyses of the Impresso corpus, and the semantic indexation of external document collections also with Impresso models. We offer access to the Impresso corpus, data and models via the Impresso Public API, a dedicated Python library, and HuggingFace. For more information, be sure to visit the [Datalab website](https://dev.impresso-project.ch/datalab/about/).
## Contents
This repository contains notebooks that illustrate how to use the **[Impresso Public API](#)** (coming soon!) and **Impresso Models**, allowing you to search through Impresso data and use Impresso annotation models.
- **Impresso Public API**: The software component that provides third-party access to the Impresso backend.
- **Impresso Python Library**: The preferred method for users to interact with the Impresso Public API.
- **Impresso Models**: A collection of models trained to annotate the Impresso Corpus, made publicly available to facilitate the annotation of external documents, enabling comparison and analysis of semantic enrichments. Impresso models can be accessed through the [Impresso Hugging Face organisation](https://huggingface.co/impresso-project) and via annotation services offered through the API.
Before getting started, check out how to create an account and obtain an API token on the [Impresso Datalab website]().
## Notebooks
### Getting Started
The notebooks in the [`starter`](https://github.com/impresso/impresso-datalab-notebooks/tree/main/starter) folder will help you get started with the Impresso Public API and Python library:
- [Introduction to the Impresso Python Library](https://github.com/impresso/impresso-datalab-notebooks/blob/main/starter/basics_ImpressoAPI.ipynb) [](https://colab.research.google.com/github/impresso/impresso-datalab-notebooks/blob/main/starter/basics_ImpressoAPI.ipynb)
- [A quick guide to searching with Impresso library](https://github.com/impresso/impresso-datalab-notebooks/blob/main/starter/search_ImpressoAPI.ipynb) [](https://colab.research.google.com/github/impresso/impresso-datalab-notebooks/blob/main/starter/search_ImpressoAPI.ipynb)
### Explore and Visualise your Impresso data
The notebooks in the [`explore-vis`](https://github.com/impresso/impresso-datalab-notebooks/tree/main/explore-vis) folder help you build complementary views on your Impresso data:
- [Exploring Entity Co-occurrence Networks](https://github.com/impresso/impresso-datalab-notebooks/blob/main/explore-vis/entity_network.ipynb) [](https://colab.research.google.com/github/impresso/impresso-datalab-notebooks/blob/main/explore-vis/entity_network.ipynb)
- [Visualising Place Entities on Maps](https://github.com/impresso/impresso-datalab-notebooks/blob/main/explore-vis/place-entities_map.ipynb) [](https://colab.research.google.com/github/impresso/impresso-datalab-notebooks/blob/main/explore-vis/place-entities_map.ipynb)
- [Inspecting my collection with data visualisation tools](https://github.com/impresso/impresso-datalab-notebooks/blob/main/explore-vis/inspecting_my_collection.ipynb) [](https://colab.research.google.com/github/impresso/impresso-datalab-notebooks/blob/main/explore-vis/inspecting_my_collection.ipynb)
### Annotate your Documents with Impresso Models
The notebooks in the [`annotate`](https://github.com/impresso/impresso-datalab-notebooks/tree/main/annotate) folder demonstrate how to use Impresso models, either from the [Hugging Face hub](https://huggingface.co/impresso-project) or through the Impresso API. These notebooks guide you in annotating your documents to produce annotations that are compatible with those in the Impresso corpus.
- [Language Identification with impresso-pipelines Package](https://github.com/impresso/impresso-datalab-notebooks/blob/main/annotate/langident_pipeline_demo.ipynb) [](https://colab.research.google.com/github/impresso/impresso-datalab-notebooks/blob/main/annotate/langident_pipeline_demo.ipynb)
- [OCR Quality Assessment with impresso-pipelines Package](https://github.com/impresso/impresso-datalab-notebooks/blob/main/annotate/ocrqa_pipeline_demo.ipynb) [](https://colab.research.google.com/github/impresso/impresso-datalab-notebooks/blob/main/annotate/ocrqa_pipeline_demo.ipynb)
- [News Agencies Recognition and Linking with Impresso BERT models](https://github.com/impresso/impresso-datalab-notebooks/blob/main/annotate/newsagency-processing_ImpressoHF.ipynb) []()
## About Impresso
### Impresso project
[Impresso - Media Monitoring of the Past](https://impresso-project.ch) is an
interdisciplinary research project that aims to develop and consolidate tools for
processing and exploring large collections of media archives across modalities, time,
languages and national borders. The first project (2017-2021) was funded by the Swiss
National Science Foundation under grant
No. [CRSII5_173719](http://p3.snf.ch/project-173719) and the second project (2023-2027)
by the SNSF under grant No. [CRSII5_213585](https://data.snf.ch/grants/grant/213585)
and the Luxembourg National Research Fund under grant No. 17498891.
### Copyright
Copyright (C) 2024 The Impresso team.
### License
This program is provided as open source under
the [GNU Affero General Public License](https://github.com/impresso/impresso-pyindexation/blob/master/LICENSE)
v3 or later.
---