ISUpeople / server

datadaeri2
0 stars 0 forks source link

[function] upload text, image, audio #2

Open dpdnjs1222 opened 4 years ago

dpdnjs1222 commented 4 years ago
  1. text

    • paraphrase
    • q/a
    • translation
    • summarization
  2. image

  3. audio

psy2 commented 4 years ago

For image

  1. Image Classification input: picture(image) / output: class (text)

  2. Object Detection input: picture (image) / output: class(text), boundary( int *4)

  3. Text recognition input: picture(image) / output: text

psy2 commented 4 years ago

For text

  1. translation source language, source text, target language, target text
dpdnjs1222 commented 4 years ago

For audio

  1. speech recognition input : audio file / output : text
  2. speech synthesis input : text / output : audio file
  3. speaker identification input : audio file / output : name of speaker
dpdnjs1222 commented 4 years ago

For text

2 . text classification paraphrase, class

  1. QA paragraph, question, answer
dpdnjs1222 commented 4 years ago
  1. text CRUD (classification, translation, QA)
  2. image CRUD (image classification, object detection, text recognition)