https://github.com/vinitshahdeo/Hashtagify
:camera_flash: Generates hashtags for Instagram posts. Upload your photo and it will suggest the relevant #hashtags for you. :label: :trollface:
https://github.com/vinitshahdeo/Hashtagify
captioning-images google-vision-api hacktoberfest hashtag-generator hashtags imgur-api imgur-uploader instagram instagram-captions
Last synced: 6 months ago
JSON representation
:camera_flash: Generates hashtags for Instagram posts. Upload your photo and it will suggest the relevant #hashtags for you. :label: :trollface:
- Host: GitHub
- URL: https://github.com/vinitshahdeo/Hashtagify
- Owner: vinitshahdeo
- License: mit
- Created: 2019-04-22T16:57:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-05T13:23:19.000Z (almost 3 years ago)
- Last Synced: 2024-08-02T17:35:52.697Z (about 1 year ago)
- Topics: captioning-images, google-vision-api, hacktoberfest, hashtag-generator, hashtags, imgur-api, imgur-uploader, instagram, instagram-captions
- Language: JavaScript
- Homepage: https://vinitshahdeo.github.io/Hashtagify/
- Size: 8.11 MB
- Stars: 160
- Watchers: 7
- Forks: 49
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```javascript
_ _ _ _ _ _ _ __
_| || |_| | | | | | | | (_)/ _|
|_ __ _| |__| | __ _ ___| |__ | |_ __ _ __ _ _| |_ _ _
_| || |_| __ |/ _` / __| '_ \| __/ _` |/ _` | | _| | | |
|_ __ _| | | | (_| \__ \ | | | || (_| | (_| | | | | |_| |
|_||_| |_| |_|\__,_|___/_| |_|\__\__,_|\__, |_|_| \__, |
__/ | __/ |
|___/ |___/```
# Hashtagify
[](https://github.com/vinitshahdeo/Hashtagify) [](https://cloud.google.com/vision/docs/quickstart) [](https://api.imgur.com/)
## Generate [#Hashtags](https://github.com/vinitshahdeo/Hashtagify) for your next [Instagram](https://www.instagram.com/vinitshahdeo/) Post!

> **A web app which suggests hashtags for your picture! It might help you to come up with relevant [#hashtags](https://github.com/vinitshahdeo/Hashtagify) for your next [Instagram](https://www.instagram.com/vinitshahdeo/) post :p and it may get more eyes on your Instagram posts.**

### APIs Used
- [Google Vision API](https://cloud.google.com/vision/docs/quickstart) - Google Cloud’s Vision API offers powerful pre-trained machine learning models through REST and RPC APIs.
- [Imgur API](https://api.imgur.com/) - 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](https://api.imgur.com/endpoints/image).
- Replace `XXXXXXXXX` with your clientID in `js/upload.js`.```javascript
new Imgur({
clientid: 'XXXXXXXXX', // replace this
callback: feedback
});
```
- Get API keys for [Google Cloud Vision API](https://cloud.google.com/vision/docs/quickstart).- Replace `XXXXXXXX` with your API keys in `js/upload.js`
```javascript
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`
### Stargazers :heart:
[](https://github.com/vinitshahdeo/Hashtagify/stargazers)
### Need Help ?
[](https://www.facebook.com/vinit.shahdeo) [](https://www.instagram.com/vinitshahdeo/) [](https://www.linkedin.com/in/vinitshahdeo/)
:email: Feel free to contact me via email.
[](https://www.github.com/vinitshahdeo)
### License
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fvinitshahdeo%2FHashtagify?ref=badge_large)
MIT © [Vinit Shahdeo](https://github.com/vinitshahdeo/Hashtagify/blob/master/LICENSE)
[](https://fayz.in/stories/s/1522/0/?ckt_id=ZGL1ZGVk&title=story_of_vinit_shahdeo)[](https://fayz.in/stories/s/1522/0/?ckt_id=ZGL1ZGVk&title=story_of_vinit_shahdeo)[](https://fayz.in/stories/s/1522/0/?ckt_id=ZGL1ZGVk&title=story_of_vinit_shahdeo)[](https://fayz.in/stories/s/1522/0/?ckt_id=ZGL1ZGVk&title=story_of_vinit_shahdeo)[](https://fayz.in/stories/s/1522/0/?ckt_id=ZGL1ZGVk&title=story_of_vinit_shahdeo)[](https://sourcerer.io/fame/vinitshahdeo/vinitshahdeo/Hashtagify/links/5)[](https://fayz.in/stories/s/1522/0/?ckt_id=ZGL1ZGVk&title=story_of_vinit_shahdeo)[](https://fayz.in/stories/s/1522/0/?ckt_id=ZGL1ZGVk&title=story_of_vinit_shahdeo)
---------
```javascript
╦ ╦╔═╗╔═╗╦ ╦╔╦╗╔═╗╔═╗╦╔═╗╦ ╦
╠═╣╠═╣╚═╗╠═╣ ║ ╠═╣║ ╦║╠╣ ╚╦╝
╩ ╩╩ ╩╚═╝╩ ╩ ╩ ╩ ╩╚═╝╩╚ ╩if (isAwesome) {
// thanks in advance :p
starThisRepository();
}```
-----------
:hugs:
Check out my other projects here!