vinitshahdeo / Hashtagify

:camera_flash: Generates hashtags for Instagram posts. Upload your photo and it will suggest the relevant #hashtags for you. :label: :trollface:
https://vinitshahdeo.github.io/Hashtagify/
MIT License
162 stars 48 forks source link

Suggest #Hashtags for Video #3

Open vinitshahdeo opened 5 years ago

vinitshahdeo commented 5 years ago

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

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();
}

dupontbertrand commented 5 years ago

On it :)

vinitshahdeo commented 5 years ago

@dupontbertrand That's awesome!

dupontbertrand commented 5 years ago

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 commented 5 years ago

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

vinitshahdeo commented 5 years ago

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