Skip to content

pfatima/namedEntityRecognition_NLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

namedEntityRecognition_NLP

Named Entity Recognition (NER) Streamlit App using rule-based techniques and a pre-trained spaCy model.

  1. Install Dependencies: Ensure you have the necessary libraries installed. Use the following command:

    pip install streamlit spacy nltk

    python
    import nltk
    nltk.download('punkt')
    nltk.download('averaged_perceptron_tagger')
    nltk.download('maxent_ne_chunker')
    nltk.download('words')

  2. Download the English model: Download the English model from spaCy using the following command:

    python -m spacy download en_core_web_sm
  3. Run Streamlit app: Execute the app with the command:

    streamlit run ner_app.py

About

Named Entity Recognition (NER) Streamlit App using rule-based techniques and a pre-trained spaCy model.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages