Skip to content

Realchenz/NER-Tool

Repository files navigation

Assignment 1

  1. Created a RESTful API to access spaCy NER and spaCy dependency parsing
  2. Created a Flask webserver to access spacy NER and spaCy dependency parsing
  3. Created a Streamlit application to access and spaCy dependency parsing

Assignment 2

  1. Hooked up previous code with a database backend.
  2. Stored extracted entities and the relation they occur in.
  3. Used Flask SQLAlchemy to access an SQLite database

Assignment 3

  1. Created Docker images and run them for three elements from assignment 1 and assignment 2.