Spaces:
Runtime error
Runtime error
File size: 490 Bytes
1e6b150 0a2bb86 1e6b150 f214d73 ff20e6e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
---
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` |