oroszgy's picture
build: updated deps
a1efcc4
|
raw
history blame
No virus
488 Bytes
---
title: Example Applications
emoji: πŸ‘
colorFrom: red
colorTo: indigo
sdk: gradio
sdk_version: 3.1.4
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`