https://github.com/huspacy/demo
HuSpaCy Streamlit Demo
https://github.com/huspacy/demo
demo huspacy nlp spacy
Last synced: about 2 months ago
JSON representation
HuSpaCy Streamlit Demo
- Host: GitHub
- URL: https://github.com/huspacy/demo
- Owner: huspacy
- Created: 2022-01-06T10:53:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T17:54:44.000Z (about 1 year ago)
- Last Synced: 2025-01-26T06:13:18.333Z (3 months ago)
- Topics: demo, huspacy, nlp, spacy
- Language: Python
- Homepage: https://huggingface.co/spaces/huspacy/demo
- Size: 276 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
title: HuSpaCy Demo
emoji: 🚀
colorFrom: indigo
colorTo: gray
sdk: streamlit
sdk_version: 1.25.0
python_version: 3.11
app_file: app.py
pinned: true
---# 🚀 HuSpaCy Demo
This repository contains an app demonstrating the capabilities of [HuSpaCy](https://github.com/spacy-hu/spacy-hungarian-models). The demo is available at [Hugging Face Spaces](https://huggingface.co/spaces/huspacy/demo)
# Citation
If you use HuSpaCy or any of its models, please cite it as:
[](https://arxiv.org/abs/2308.12635)
```bibtex
@InProceedings{HuSpaCy:2023,
author= {"Orosz, Gy{\"o}rgy and Szab{\'o}, Gerg{\H{o}} and Berkecz, P{\'e}ter and Sz{\'a}nt{\'o}, Zsolt and Farkas, Rich{\'a}rd"},
editor= {"Ek{\v{s}}tein, Kamil and P{\'a}rtl, Franti{\v{s}}ek and Konop{\'i}k, Miloslav"},
title = {{"Advancing Hungarian Text Processing with HuSpaCy: Efficient and Accurate NLP Pipelines"}},
booktitle = {{"Text, Speech, and Dialogue"}},
year = "2023",
publisher = {{"Springer Nature Switzerland"}},
address = {{"Cham"}},
pages = "58--69",
isbn = "978-3-031-40498-6"
}
```[](https://arxiv.org/abs/2201.01956)
```bibtex
@InProceedings{HuSpaCy:2021,
title = {{HuSpaCy: an industrial-strength Hungarian natural language processing toolkit}},
booktitle = {{XVIII. Magyar Sz{\'a}m{\'\i}t{\'o}g{\'e}pes Nyelv{\'e}szeti Konferencia}},
author = {Orosz, Gy{\"o}rgy and Sz{\' a}nt{\' o}, Zsolt and Berkecz, P{\' e}ter and Szab{\' o}, Gerg{\H o} and Farkas, Rich{\' a}rd},
location = {{Szeged}},
pages = "59--73",
year = {2022},
}
```## Development
To start the demo: `poetry run python app.py`
If you upgrade dependencies via poetry don't forget to update `requirements.txt` with `poetry export --without-hashes > requirements.txt`