Instructions to use langdonholmes/en_student_name_detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use langdonholmes/en_student_name_detector with spaCy:
!pip install https://huggingface.co/langdonholmes/en_student_name_detector/resolve/main/en_student_name_detector-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("en_student_name_detector") # Importing as module. import en_student_name_detector nlp = en_student_name_detector.load() - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!