SeaSkyThe / flask-ner

Flask + spaCy simple API for Named Entity Recognition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 .'

About

Flask + spaCy simple API for Named Entity Recognition


Languages

Language:Python 74.5%Language:JavaScript 13.5%Language:HTML 11.8%Language:CSS 0.2%