robcharlwood / you-judge

An experimental Google AppEngine app using natural language processing to process user sentiment analysis on YouTube content and comments.
MIT License
3 stars 1 forks source link

Integrate transcripts on videos #15

Closed robcharlwood closed 6 years ago

robcharlwood commented 6 years ago

Setup the logic that will call our YouTube and Cloud Natural Language processing wrappers to pull down transcripts for a video.

Store the resultant data on our Video model.

robcharlwood commented 6 years ago

Complete