Skip to content

plugin: help us to implement model plugins #156

@yorkie

Description

@yorkie

We have the following categories that we need to support at Pipeline and MLApp.

Working with Image Data

  • Image Classification (it does classify the image to specific classes)
  • Image Generation (it generates image automatically)
  • Object Detection (it detects the given objects and returns class and position for each one)
  • Image Segmentation (it returns the outline of given objects in pixel)
  • Image Clustering (it returns clusters from images)

Working with Text Data

  • Text Classification (it does classify the text to specific classes)
  • Named Entity Recognition (it recognizes the named entity from a sentence)
  • Relationship Extraction (it extracts the relationships between sentences)
    • model available: Bert
  • Coreference Resolution (it does the pronouns and other referrings to be connected with right individuals.)
  • Writing Correction (it helps to do writing correction)
    • model available: Bert
  • Machine Translation (it translates a language to target language)
  • Question and Answering (it generates an answer by given question)
    • model available: Bert
  • Text Summary (it generates a summary for your given long text)
  • Text Creation (it generates an artwork by given portfolio)
  • Text Clustering (it returns clusters from words or sentences)
    • model available: CNN, RNN

If you are interested in how to develop a model plugin and write a new Pipeline, feel free to try with the above and open a new pull request :)

Metadata

Metadata

Labels

good first modelIt's good to start writing pipcook modelsmodelMachine learning model related issues and discussionspluginPipcook plugin addition, bug report and changes

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions