Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/somenath203/named-entity-recognizer

Click below to checkout the website
https://github.com/somenath203/named-entity-recognizer

huggingface huggingface-spaces named-entity-recognition ner spacy streamlit torch transformers

Last synced: 12 days ago
JSON representation

Click below to checkout the website

Awesome Lists containing this project

README

        

# Named Entity Recognizer

This project is designed to help user extract and categorize named entities from text using state-of-the-art NLP models like `dslim/bert-base-NER` and Spacy's `en_core_web_sm model`.

Named Entity Recognition (NER) is a key task in natural language processing that involves identifying and classifying key information (entities) in text into predefined categories. This can include names of people,
organizations, locations, expressions of times, quantities, monetary values, percentages, etc.

The web application of this project is built with Streamlit to provide an interactive web interface for performing NER on user-input text.