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