/flask-ner

Flask + spaCy simple API for Named Entity Recognition

Primary LanguagePython

flask-ner

Flask + spaCy simple API for Named Entity Recognition

This project development was done using a TDD (Test Driven Development) approach, follow this course: link

To run the tests do: python -m pytest

Steps to run the app

  1. Install the requirements.txt in a virtual-env
  2. Go inside the 'flask-ner' folder and install it as a package with 'pip install -e .'