How to use Usamach/cv_parsing with spaCy:
!pip install https://huggingface.co/Usamach/cv_parsing/resolve/main/cv_parsing-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("cv_parsing") # Importing as module. import cv_parsing nlp = cv_parsing.load()
The community tab is the place to discuss and collaborate with the HF community!