Skip to content

Instatags is a tool that generates random tags for your profile picture, photos and post[DCP '21]

License

Notifications You must be signed in to change notification settings

souravseal99/Instatags

 
 

Repository files navigation

Instatags

Instatags is a tool that generates random tags for your profile picture, photos and post[DCP '21]

Open Source Programs

DevIncept

Instatags Google Vision Imgur API

APIs Used

  • Google Vision API - Google Cloud’s Vision API offers powerful pre-trained machine learning models through REST and RPC APIs.

  • Imgur API - Imgur's API exposes the entire Imgur infrastructure via a standardized programmatic interface. Using Imgur's API, you can do just about anything you can do on imgur.com, while using your programming language of choice.

Getting Started

  • Get your own imgur clientID here.
  • Replace XXXXXXXXX with your clientID in js/upload.js.
new Imgur({ 
    clientid: 'XXXXXXXXX', // replace this 
    callback: feedback 
});
var settings = {
      "async": true,
      "crossDomain": true,
      // change the key below
      "url": "https://vision.googleapis.com/v1/images:annotate?key=XXXXXXXXXXXXXXXXXXX",
      "method": "POST",
      "headers": {
        "Content-Type": "application/json",
        "cache-control": "no-cache"
      },
      "processData": false,
      "data": str
    }
  • Now open index.html

About

Instatags is a tool that generates random tags for your profile picture, photos and post[DCP '21]

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published