A web-app built using Flask to extract named entities from text.
Deployment:
Source Code:
Used Frameworks and Libraries:
Flask - Link
Spacy by Explosion.ai - Link
Screenshot:
Article Source: The New Yorker, ‘Two Bands’ by Adam Gopnik
How to deploy locally:
- Clone the repository:
$ git clone https://www.github.com/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