Skip to main content

GAN

Published onFeb 04, 2019
GAN
·

Task:

This task creates an API for the metGAN model. Users can provide an image seed and receive the new generated image from that seed.

API Spec

Request URI

POST {Endpoint}/genImage/

Name

Type

Description

Content-type

String: ‘application/json’

json data will be sent

Request Body

{

seed: [Double]

}

Response: Generated image

Content type: application/octet-stream

Sample Body

Name

Type

Description

Image

  • object

Description of the Implementation

Resources

Comments
0
comment
No comments here
Why not start the discussion?