Hashtagify icon indicating copy to clipboard operation
Hashtagify copied to clipboard

Suggest #Hashtags for Video

Open vinitshahdeo opened this issue 6 years ago • 5 comments

Currently, this web app suggests #hashtags for pictures, but what about videos?

  • Implement the feature for suggesting #hashtags for videos.
  • Use the same APIs (Google Vision API).
  • If you want to use any other APIs, please comment on this thread with a detailed description so that I can have a look into this.
  • Do not make any changes in CSS unless it's required.

NOTE: Your PR description should exactly explain the changes made by you. A good PR description will make it easy to review the code. Add proper comments in code, if needed.

Open Source Love



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


vinitshahdeo avatar Oct 04 '19 17:10 vinitshahdeo

On it :)

dupontbertrand avatar Oct 06 '19 19:10 dupontbertrand

@dupontbertrand That's awesome!

vinitshahdeo avatar Oct 06 '19 19:10 vinitshahdeo

Can you tell me which options I have to select for create my application in imgur? Like Authorization type and Authorization callback URL ? Thank !

dupontbertrand avatar Oct 06 '19 20:10 dupontbertrand

Btw, I think it would be great to use the Video Intelligence API from google too, you can check the demo at https://cloud.google.com/video-intelligence/#video-intelligence-api-demo The API can send multiple subjects from a single video with different sequences

dupontbertrand avatar Oct 06 '19 20:10 dupontbertrand

@dupontbertrand That's a great idea! Please go ahead.

vinitshahdeo avatar Oct 06 '19 20:10 vinitshahdeo