Instatags is a tool that generates random tags for your profile picture, photos and post[DCP '21]
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.
XXXXXXXXX
with your clientID in js/upload.js
.new Imgur({
clientid: 'XXXXXXXXX', // replace this
callback: feedback
});
Get API keys for Google Cloud Vision API.
Replace XXXXXXXX
with your API keys in js/upload.js
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`
## 💥 How to Contribute
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.png?v=103)](https://github.com/ellerbrock/open-source-badges/)
- Take a look at the Existing [Issues](https://github.com/Ayush7614/Instatags.git) or create your own Issues!
- Wait for the Issue to be assigned to you after which you can start working on it.
- Fork the Repo and create a Branch for any Issue that you are working upon.
- Read the [Code of Conduct](https://github.com/Ayush7614/Instatags.git)
- Create a Pull Request which will be promptly reviewed and suggestions would be added to improve it.
- Add Screenshots to help us know what this Script is all about.
# How to make a Pull Request
If you think that you can add a new feature or want to fix a bug. We invite you to contribute to Instatags and make this project better. To start contributing, follow the below instructions:
1. Create a folder at your desire location (usually at your desktop).
2. Open Git Bash Here
3. Create a Git repository.
Run command `git init`
4. Fork the [repository](https://github.com/Ayush7614/Instatags).
5. Clone your forked repository of project.
```git clone
git clone https://github.com/<your_username>/Instatags.git
cd Instatags
git remote add upstream https://github.com/Ayush7614/Instatags.git
git remote -v
git pull upstream main
git checkout -b <YOUR_BRANCH_NAME>
git status
git diff
git add . <\files_that_you_made_changes>
git commit -m "relavant message"
git push -u origin <your_branch_name>
To create a pull request, click on compare and pull requests
.
Add appropriate title and description to your PR explaining your changes.
Click on Create pull request
.
Congratulations🎉, you have made a PR to the Instatags. Wait for your submission to be accepted and your PR to be merged by a maintainer.
Thanks to these wonderful people ✨✨: