CoolFace
Apppublic

gyorilab/variants_ner

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
App README

INDRA BERT Variant NER Explorer

Pure Gradio app for exploring Hugging Face token-classification models. The interface lets you:

  • choose a model from the gyorilab/indra-bert Hugging Face collection
  • choose an available revision from the Hub, defaulting to main
  • run NER over free text
  • inspect highlighted spans and a structured entity table

Requirements

  • Python 3.13+
  • uv

Install

Install Python dependencies:

bash
uv sync

Run the app

Start the Gradio app locally:

bash
uv run ner-ui

Then open http://localhost:7860/.

You can also run the Space entrypoint directly:

bash
uv run python app.py

Publish to Hugging Face Spaces

  1. 1.Create a new Space with SDK set to Gradio.
  2. 2.Push this repository to the Space.
  3. 3.Hugging Face will detect the README metadata and start app.py.

If you want Spaces to install from a flat requirements file instead of the project metadata, requirements.txt is included.