Skip to content

neostrange/spacy-experimental-coref-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spacy-experimental-coref-docker

This repository provides a Dockerized implementation of spaCy's experimental coreference resolution model. It uses the spacy-experimental==0.6.4 package, along with Flask for a lightweight API interface.

Features:

  1. Coreference resolution using spaCy's experimental trained model.
  2. REST API for interacting with the model, built using Flask.
  3. Dockerized for easy deployment.

Components:

  1. spacy-experimental: v0.6.4
  2. spacy
  3. Flask: v3.0.1
  4. Pre-trained model: en_coreference_web_trf-3.4.0a2 (https://github.com/explosion/spacy-experimental/releases/download/v0.6.1/en_coreference_web_trf-3.4.0a2-py3-none-any.whl)

Installation:

docker run -p 9999:5000 spacy-coref-docker

The application will be available at http://localhost:5000.

Requirements: The requirements.txt includes the following dependencies:

Usage: Once the container is up and running, you can interact with the coreference resolution model via the REST API. Send a POST request with the text data to the appropriate endpoint.

Contributing: We welcome contributions! If you find any issues or want to add new features, feel free to open an issue or submit a pull request.

License: This repository is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published