Skip to content

πŸ“· Generates hashtags for instagram posts. Upload your photo and it will suggest the relevant #hashtags for you.

License

Notifications You must be signed in to change notification settings

Kashish121/Hashtagify

This branch is 4 commits ahead of, 6 commits behind vinitshahdeo/Hashtagify:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a395e15 Β· May 9, 2020

History

46 Commits
Apr 22, 2019
Nov 23, 2019
Jun 7, 2019
Apr 22, 2019
Oct 29, 2019
Apr 22, 2019
Jun 19, 2019
May 9, 2020

Repository files navigation

    _  _   _    _           _     _              _  __       
  _| || |_| |  | |         | |   | |            (_)/ _|      
 |_  __  _| |__| | __ _ ___| |__ | |_ __ _  __ _ _| |_ _   _ 
  _| || |_|  __  |/ _` / __| '_ \| __/ _` |/ _` | |  _| | | |
 |_  __  _| |  | | (_| \__ \ | | | || (_| | (_| | | | | |_| |
   |_||_| |_|  |_|\__,_|___/_| |_|\__\__,_|\__, |_|_|  \__, |
                                            __/ |       __/ |
                                           |___/       |___/ 

Hashtagify

Hashtagify Google Vision Imgur API

Generate #Hashtags for your next Instagram Post!

Hashtagify

A web app which suggests hashtags for your picture! It might help you to come up with relevant #hashtags for your next Instagram post :p and it may get more eyes on your Instagram posts.

#

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

Need Help ?

Facebook Instagram LinkedIn

πŸ“§ Feel free to contact me via email.

GMAIL

License

MIT Β© Vinit Shahdeo


╦ ╦╔═╗╔═╗╦ ╦╔╦╗╔═╗╔═╗╦╔═╗╦ ╦
β• β•β•£β• β•β•£β•šβ•β•—β• β•β•£ β•‘ ╠═╣║ ╦║╠╣ β•šβ•¦β•
β•© β•©β•© β•©β•šβ•β•β•© β•© β•© β•© β•©β•šβ•β•β•©β•š   β•© 


if (isAwesome) {
    // thanks in advance :p
    starThisRepository();
}

About

πŸ“· Generates hashtags for instagram posts. Upload your photo and it will suggest the relevant #hashtags for you.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.6%
  • CSS 32.2%
  • HTML 19.2%