Entity extraction tool/webapp built using spaCy library
This is an webapp which extracts Entities on input text using spaCy library.
To install requirements, do
$pip install requirements.txt
To download spacy's english language model, do
$python -m spacy download en_core_web_sm
To run the webapp, do
$python app.py
Open http://localhost:5000/ on your local machine.