A web-app built using Flask to extract named enities from text.
Open on Render (link)
Flask (link)
Spacy by explosion.ai | Repo (link)
Article Source: The New Yorker, 'Two Bands' by Adam Gopnik
Clone the repository:
$ git clone [email protected]:sarbhanub/spacy-ner.git
Preparing a venv:
$ python -m venv .venv && .venv\Scripts\activate
Installing the requirements:
$ pip install -r requirements.txt
Run:
$ python app.py