oroszgy's picture
docs: improved formatting of README.md
238484d unverified
---
title: Example Applications
emoji: πŸ‘
colorFrom: red
colorTo: indigo
sdk: gradio
sdk_version: 3.0.11
app_file: app.py
pinned: false
license: apache-2.0
---
# HuSpaCy Examples
This repository presents some practical examples on using HuSpaCy for various text mining applications.
## 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`