Skip to content

misha345a/Custom_Named_Entity_Recognition

Repository files navigation

Custom Named Entity Recognition (NER)

Named Entity Recognition (NER) is a growing area of NLP that aims to accurately locate and classify key information within text.

Here, I provide a walkthrough of building a custom NER model from scratch using the latest version of spaCy v3.

After annotating and training on a mini dataset, the model is able to identify various types of home improvement and contractor services within unstructured text.

Image

This work can lead to automatically classifying and tagging contractor websites based on the services they provide.

For further details, check out my Medium article here:
https://levelup.gitconnected.com/auto-detect-anything-with-custom-named-entity-recognition-ner-c89d6562e8e9