Skip to content

Flask web-app utilizing Spacy NLP libraries and APIs for named entity recognition on the go

License

Notifications You must be signed in to change notification settings

sarbhanub/spacy-ner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT License

Named Entity Recognizer

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

See the app in action

Open on Render (link)

Used Frameworks and Libraries

Flask (link)
Spacy by explosion.ai | Repo (link)

Screenshot

Screenshot

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

How to deploy locally

Replicate the project

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

About

Flask web-app utilizing Spacy NLP libraries and APIs for named entity recognition on the go

Resources

License

Stars

Watchers

Forks

Languages