Skip to content

talha4t/heatmap-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

API Description

This API takes an image URL and JSON data, processes the image, and sends the response in Base64 format.

Request

  • URL: The URL of the image to be processed.
  • JSON Data: Additional data required for processing the image.

Response

  • Base64: The processed image in Base64 format.

Example

Request

{
  "image_url": "http://example.com/image.jpg",
  "data": {
    "key": "value"
  }
}

Response

{
  "base64_image": "iVBORw0KGgoAAAANSUhEUgAA..."
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages