π§ Named Entity Recognition (NER) with BERT
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.
π Demo
Try the live app :
π Coming soon...
π Features
- π Extracts and highlights entities in raw text (PER, LOC, ORG, etc.)
- π¬ Clean and interactive Streamlit UI
- π§ Fine-tuned on the CoNLL-2003 dataset
- βοΈ Deployable via Streamlit Cloud or Hugging Face Spaces
π Project Structure
ner-bert-app/
β
βββ app.py # Streamlit frontend
βββ ner_model/ # Saved model & tokenizer
βββ requirements.txt # Dependencies
βββ README.md
π§ Model
Fine-tuned bert-base-cased
on the CoNLL-2003 dataset using Hugging Face Transformers and Datasets.
π¦ Dependencies
streamlit
transformers
torch
Install all with:
pip install -r requirements.txt
πΈ Example
π§βπ» Author
Made with β€οΈ by Prasanna
π License
MIT License
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
π
Ask for provider support
Model tree for prasannabadiger7/ner-bert-app
Base model
google-bert/bert-base-cased