CoolFace
Apppublic

huspacy/example-applications

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
1likes
README.md24 linesDownload Raw Back to root
1---2title: HuSpaCy Use Cases3emoji: ๐Ÿ‘4colorFrom: red5colorTo: indigo6sdk: gradio7sdk_version: "3.20.0"8app_file: app.py9pinned: false10license: apache-2.011python_version: "3.10"12---13 14# HuSpaCy Examples15 16This repository presents some practical examples on using HuSpaCy for various text mining applications.17 18 19## Development20 21To start the demo: `poetry run python app.py`22 23If you upgrade dependencies via poetry don't forget to update `requirements.txt` with `poetry export --without-hashes > requirements.txt`24