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