This is not a project but just kind of poc with Spacy to do Named Entity Recognition (NER) of an article about Reliance Company.
- Install Jupyter Notebook and Python 3.7
- Install en_core_web_md model from Spacy for NER.
- Use following command for that:
python -m spacy download en_core_web_md
- Open notebook (.ipynb) with Jupyter Notebook and run it, try it with different data as you like.