gyorilab/variants_ner
0
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-bertHugging 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:
uv syncRun the app
Start the Gradio app locally:
uv run ner-uiThen open http://localhost:7860/.
You can also run the Space entrypoint directly:
uv run python app.pyPublish to Hugging Face Spaces
- Create a new Space with SDK set to
Gradio. - Push this repository to the Space.
- 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.
