Avatar of Sarbhanu Baidya

Web Application: Named Entity Recognizer

MIT License

A web-app built using Flask to extract named entities from text.

Deployment:

View on Render

Source Code:

View on GitHub

Used Frameworks and Libraries:

Flask - Link
Spacy by Explosion.ai - Link

Screenshot:

Screenshot

Article Source: The New Yorker, ‘Two Bands’ by Adam Gopnik

How to deploy locally:

  1. Clone the repository:
$ git clone https://www.github.com/sarbhanub/spacy-ner.git
  1. Preparing a venv:
$ python -m venv .venv && .venv\Scripts\activate
  1. Installing the requirements:
$ pip install -r requirements.txt
  1. Run:
$ python app.py