All Projects → vinitshahdeo → Hashtagify

vinitshahdeo / Hashtagify

Licence: mit
📸 Generates hashtags for Instagram posts. Upload your photo and it will suggest the relevant #hashtags for you. 🏷

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Hashtagify

Mygf Instagram
Like posts of my girlfriend's Instagram using web api, don't need any api key and access tokens just login and password
Stars: ✭ 140 (+47.37%)
Mutual labels:  hacktoberfest, instagram
Skeletonview
☠️ An elegant way to show users that something is happening and also prepare them to which contents they are awaiting
Stars: ✭ 10,804 (+11272.63%)
Mutual labels:  hacktoberfest, instagram
Haskell Music
Source Code from "Making Music with Haskell" video
Stars: ✭ 94 (-1.05%)
Mutual labels:  hacktoberfest
Friendica Addons
Addons for Friendica
Stars: ✭ 94 (-1.05%)
Mutual labels:  hacktoberfest
Socialauthhelper
Easy social network authorization for Android. Supports Facebook, Twitter, Instagram, Google+, Vkontakte. Made by Stfalcon
Stars: ✭ 94 (-1.05%)
Mutual labels:  instagram
Kotlinfixture
Fixtures for Kotlin providing generated values for unit testing
Stars: ✭ 94 (-1.05%)
Mutual labels:  hacktoberfest
Image To Ascii
💾 A Node.js module that converts images to ASCII art.
Stars: ✭ 1,328 (+1297.89%)
Mutual labels:  hacktoberfest
Adyen Php Api Library
Adyen API Library for PHP
Stars: ✭ 93 (-2.11%)
Mutual labels:  hacktoberfest
Quasar Apexcharts
📊 📈 📉 Project using Quasar framework and ApexCharts.
Stars: ✭ 94 (-1.05%)
Mutual labels:  hacktoberfest
Bitalarm
An app to keep track of different cryptocurrencies, written in dart + flutter
Stars: ✭ 94 (-1.05%)
Mutual labels:  hacktoberfest
Bootstrap Navbar Dropdowns
Bootstrap 4 Navbar with multiple dropdowns
Stars: ✭ 94 (-1.05%)
Mutual labels:  hacktoberfest
Choicebot
Instagram bot to like, comment and follow based on hashtags
Stars: ✭ 94 (-1.05%)
Mutual labels:  instagram
Hotel booking app
🏩 📑 ❤️ Demo application for hotel booking app made with @flutter and love.
Stars: ✭ 94 (-1.05%)
Mutual labels:  hacktoberfest
Awesome Wordpress Developer Tips
Curated list that contain code, snippets or examples without libraries or external packages for developers.
Stars: ✭ 94 (-1.05%)
Mutual labels:  hacktoberfest
Laravel Make Scope
Brings make:scope command to laravel
Stars: ✭ 94 (-1.05%)
Mutual labels:  hacktoberfest
Awesome Bupt Scs
北京邮电大学计算机学院本科编程作业索引
Stars: ✭ 94 (-1.05%)
Mutual labels:  hacktoberfest
Plexdrive
Plexdrive mounts your Google Drive FUSE filesystem (optimized for media playback)
Stars: ✭ 1,324 (+1293.68%)
Mutual labels:  hacktoberfest
Polybar Kdeconnect
KDEConnect module for Polybar
Stars: ✭ 94 (-1.05%)
Mutual labels:  hacktoberfest
Marshmallow Oneofschema
Marshmallow library extension that allows schema (de)multiplexing
Stars: ✭ 94 (-1.05%)
Mutual labels:  hacktoberfest
Ascii racer
A racing game that runs in the terminal
Stars: ✭ 95 (+0%)
Mutual labels:  hacktoberfest
    _  _   _    _           _     _              _  __       
  _| || |_| |  | |         | |   | |            (_)/ _|      
 |_  __  _| |__| | __ _ ___| |__ | |_ __ _  __ _ _| |_ _   _ 
  _| || |_|  __  |/ _` / __| '_ \| __/ _` |/ _` | |  _| | | |
 |_  __  _| |  | | (_| \__ \ | | | || (_| | (_| | | | | |_| |
   |_||_| |_|  |_|\__,_|___/_| |_|\__\__,_|\__, |_|_|  \__, |
                                            __/ |       __/ |
                                           |___/       |___/ 

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

FOSSA Status

MIT © Vinit Shahdeo


 ╦╔═╗╔═╗╦ ╦╔╦╗╔═╗╔═╗╦╔═╗╦ 
╠═╣╠═╣╚═╗╠═╣  ╠═╣║ ╦║╠╣ ╚╦╝
 ╩╩ ╩╚═╝╩    ╩╚═╝╩╚    


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


🤗
Check out my other projects here!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].