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