nzIng/unet-manuscripts-segmentation-app
0
U-Net Manuscripts Segmentation App
Gradio demo for segmenting text lines in medieval manuscript page images.
What It Does
Upload one manuscript page and the app returns:
- the input page with detected line boxes
- the predicted segmentation mask
- line crops
- a downloadable JSON with
bbox,polygon,score, andreading_order
Model
The app uses the local Keras checkpoint:
unet-segmentation.kerasThe model input size is 256 x 256 x 3.
Run Locally
python app.pyThen open the local Gradio URL shown in the terminal.
