Suggest #Hashtags for Video
vinitshahdeo opened this issue · 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.
if (isAwesome) {
// thanks in advance :p
starThisRepository();
}
On it :)
@dupontbertrand That's awesome!
Can you tell me which options I have to select for create my application in imgur? Like Authorization type and Authorization callback URL ? Thank !
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 That's a great idea! Please go ahead.