Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Releases: gopaljigaur/AnalyzeImage

Image Analyzing Tool

18 Apr 09:13
Compare
Choose a tag to compare
Image Analyzing Tool Pre-release
Pre-release

Instructions for usage:

  • This is a basic image analyzing tool which implements Microsoft Computer Vision API
  • You need to send the image in a base64 format in the POST request.
  • You will receive a json string with the following tags:
    1. Image: This tag contains the edited image with bounding boxes around faces and info like gender and age.
    2. Image_Title: This tag contains the image title, as suggested by the API
    3. Image_Tags: This tag contains a comma-separated string of tags identified by the API

For any queries contact: [email protected]
Have Fun 😃