Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.
This repository was archived by the owner on May 25, 2022. It is now read-only.

create web service using app engine #2

@gcapiel

Description

@gcapiel

JSONP and CORS support

Methods

  • startClassification
    • input: set of URLs of images to classify
    • output: job id or error code
  • getClassification
    • input: job id
    • output: not ready value, set of classified image URLs with boolean/confidence value indicating whether it's a formula or error code
  • train
    • input: set of URLs of images to train, each with a boolean that indicates whether the image is a formula
    • output: job id
  • trainStatus
    • input: job id
    • output: job status (completed, in-progress, error'ed out)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions