?
No comments here
Why not start the discussion?
This task creates an API for the metGAN model. Users can provide an image seed and receive the new generated image from that seed.
POST {Endpoint}/genImage/
Name | Type | Description |
---|---|---|
Content-type | String: ‘application/json’ | json data will be sent |
{
seed: [Double]
}
Content type: application/octet-stream
Sample Body
Name | Type | Description |
---|---|---|
Image |
|