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