-
Notifications
You must be signed in to change notification settings - Fork 4
Impresso Presentation at MA‐ALIS
- Please refer to the Google Document shared during the session on the slides for information.
- ☎️ 🪲 For communication and bugs, join our Discord channels
You can use both prod and dev instances with the accounts you received. Be careful, API tokens are dependent on instance (one for dev, one for prod).
-
Get your Public API token: log in with your Impresso account and retrieve your token from: https://impresso-project.ch/datalab/token or https://dev.impresso-project.ch/datalab/token
-
Connect to the Impresso Public API using a notebook of your choice.
In case you use the dev instance, ensure that your notebooks point to the development version of the Impresso Public API:
from impresso import connect
impresso = connect('https://dev.impresso-project.ch/public-api/v1')- See the list at https://impresso-project.ch/datalab/
- CHR_researchcase_feminism
- Introduction to Impresso Embedding
- Model 1 - Named Entity Recognition
- Model 2 - Optical Character Recognition (OCR) Quality Assessment Demo
- Model 3 - Solr Normalization Pipeline Demo
- Impresso Py (Python module to interact with the API).
- Impresso Public API: dev version, prod version.
- Impresso Hugging Face.
Impresso-py is the ideal client for interacting with the Impresso Public API, offering a powerful and flexible interface to access and analyse historical data. However, it can be challenging to approach at first.
To help you get started, we’ve prepared a series of interactive notebooks that demonstrate how to work with different parts of the Impresso Public API using the Impresso-py Python library