Instructions to use Unmand/procare_business_unit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use Unmand/procare_business_unit with spaCy:
!pip install https://huggingface.co/Unmand/procare_business_unit/resolve/main/procare_business_unit-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("procare_business_unit") # Importing as module. import procare_business_unit nlp = procare_business_unit.load() - Notebooks
- Google Colab
- Kaggle
Ctrl+K