Instructions to use JeswinMS4/en_resume_ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
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() - Notebooks
- Google Colab
- Kaggle