File size: 797 Bytes
ed6a232
 
e56ebff
e6c2cd7
e56ebff
ed6a232
0674b77
ed6a232
 
 
 
 
 
7ff92da
 
 
 
 
286ecc1
 
 
 
6378a42
286ecc1
6378a42
286ecc1
b4c7215
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
title: Theatre Programmer
emoji: 🍍
colorFrom: blue
colorTo: yellow
sdk: gradio
sdk_version: 4.7.1
app_file: app.py
pinned: false
license: apache-2.0
---

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

## Theatre Programmer

Uses Tesseract to perform OCR on any image supplied as an input. The text identified in the image is then through a Flair Named Entity Recognition (NER) model, the output of which is returned to the page.

This is a prototype produced for a project at the State Library Victoria in Melbourne, Australia.

## Repository management

Hugging Face is used to host this app demo app:

- the production version that is linked to the `main` branch of the GitHub repo

Deployment to Hugging Face is done via GitHub actions.