tner/conll2003
Viewer β’ Updated β’ 20.7k β’ 1.54k β’ 3
This is a web-based Named Entity Recognition (NER) tool powered by a fine-tuned BERT model, built using PyTorch, Hugging Face Transformers, and Streamlit.
Try the live app :
π Coming soon...
ner-bert-app/
β
βββ app.py # Streamlit frontend
βββ ner_model/ # Saved model & tokenizer
βββ requirements.txt # Dependencies
βββ README.md
Fine-tuned bert-base-cased on the CoNLL-2003 dataset using Hugging Face Transformers and Datasets.
streamlittransformerstorchInstall all with:
pip install -r requirements.txt
Made with β€οΈ by Prasanna
MIT License
Base model
google-bert/bert-base-cased