Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markpbaggett/htr-iiif-claude
https://github.com/markpbaggett/htr-iiif-claude
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/markpbaggett/htr-iiif-claude
- Owner: markpbaggett
- Created: 2024-06-24T15:06:36.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-27T16:51:06.000Z (4 months ago)
- Last Synced: 2024-10-12T08:15:18.050Z (27 days ago)
- Language: Python
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# transcribe_htr_from_iiif
## About
Transcribe Handwritten Text from IIIF with Claude
* Point at an Image response
* Point at a Manifest (in progress)## Installing
Installation is easiest with pipx:
```shell
pipx install htr_iiif_claude
```You can also install with pip but do some mindfully:
```shell
pip install htr_iiif_claude
```## Configuring API Key
Set API key as `CLAUDE_API`
## Running
To transcribe a single IIIF image doc, just:
```shell
htr transcribe -i https://api.library.tamu.edu/iiif/2/50ae1c1c-b272-3d64-b132-c17d9704d49a/info.json
```