This project focuses on Named Entity Recognition (NER), an NLP technique used to identify and classify named entities (like people, organizations, locations, etc.) in text data. This system leverages machine learning models to extract and categorize entities from various text sources.
To set up this project on your local machine, follow these steps:
git clone https://github.com/username/ner-project.git
cd ner-project
python3 -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
To run the NER system and extract entities from your text data, use the following command:
python ner_extraction.py