This repository has been archived by the owner on Nov 29, 2024. It is now read-only.
Releases: gopaljigaur/AnalyzeImage
Releases · gopaljigaur/AnalyzeImage
Image Analyzing Tool
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:Image
: This tag contains the edited image with bounding boxes around faces and info like gender and age.Image_Title
: This tag contains the image title, as suggested by the APIImage_Tags
: This tag contains a comma-separated string of tags identified by the API
For any queries contact: [email protected]
Have Fun 😃