Skip to content

A spaCy-based repository for building and deploying a custom Named Entity Recognition (NER) model to detect and classify location entities (LOC) in text. Features training scripts, sample data, and visualization tools to streamline model development and testing.

Notifications You must be signed in to change notification settings

AbhiRam162105/NER_LOC_Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NER_LOC_Detection

Welcome to the NER_LOC_Detection repository! This project demonstrates how to build a Named Entity Recognition (NER) model using spaCy, a powerful NLP library in Python, to detect and classify location entities (LOC) in text. This repository contains all the necessary code and instructions to train, test, and deploy a custom NER model that identifies locations in a variety of text formats.

Introduction

Named Entity Recognition (NER) is a crucial task in Natural Language Processing (NLP) that involves identifying and classifying key information (entities) in text into predefined categories, such as names, organizations, locations, etc. This repository focuses on building an NER model to detect and categorize location entities (LOC) in text data. The model uses spaCy, a popular NLP library, and leverages custom training data to improve accuracy in identifying locations.

Features

  • Custom NER model for detecting locations in text using spaCy.
  • A Jupyter Notebook with all the steps for training, testing, and visualizing the model.
  • Instructions for preparing your own dataset.
  • Sample code for testing and visualizing the model's predictions.

About

A spaCy-based repository for building and deploying a custom Named Entity Recognition (NER) model to detect and classify location entities (LOC) in text. Features training scripts, sample data, and visualization tools to streamline model development and testing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published