Skip to content

miftahurrrizki/Custom-Named-Entity-Recognition-with-BiLSTM-CRF-and-Spacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Named Entity Recognition using BiLSTM-CRF and Spacy

This project implements a Bidirectional LSTM with Conditional Random Fields (BiLSTM-CRF) and Spacy for Named Entity Recognition (NER) tasks. The model is designed to identify and classify named entities in text, such as locations and seaweed species.


image Model Architecture (BiLSTM-CRF)


image Model Accuracy for each entity


Requirements

  • Python 3.7+
  • TensorFlow 1.15.0
  • Keras 2.2.4
  • keras-contrib (for CRF layer)

You can install the required packages using:

pip install tensorflow==1.15.0 keras==2.2.4
pip install git+https://www.github.com/keras-team/keras-contrib.git