metadata
title: HuSpaCy Demo
emoji: π
colorFrom: indigo
colorTo: gray
sdk: streamlit
sdk_version: 1.10.0
app_file: app.py
pinned: true
π HuSpaCy Demo
This repository contains an app demonstrating the capabilities of HuSpaCy. The demo is available at Hugging Face Spaces
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