vaibhavdangar09/NER-WITH-BERT
The goal of this project is to develop a Named Entity Recognition (NER) system that can identify and classify named entities (such as names of people, organizations, locations, dates, etc.) in a given text using the BERT model from Hugging Face's Transformers library.
No commits in the last 6 months.
Stars
4
Forks
1
Language
Jupyter Notebook
License
—
Category
Last pushed
Apr 17, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/vaibhavdangar09/NER-WITH-BERT"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
jbesomi/texthero
Text preprocessing, representation and visualization from zero to hero.
chakki-works/seqeval
A Python framework for sequence labeling evaluation(named-entity recognition, pos tagging, etc...)
Hironsan/anago
Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.
hamelsmu/ktext
Utilities for preprocessing text for deep learning with Keras
shibing624/nerpy
🌈 NERpy: Implementation of Named Entity Recognition using Python....