How to use Priyanka-Balivada/Resume_Matching_Keywords with spaCy:
!pip install https://huggingface.co/Priyanka-Balivada/Resume_Matching_Keywords/resolve/main/Resume_Matching_Keywords-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("Resume_Matching_Keywords") # Importing as module. import Resume_Matching_Keywords nlp = Resume_Matching_Keywords.load()