abrowne2 / StreamFeel

Twitch chat analytics; filter garbage, see what people are feeling, and more using natural language processing.
MIT License
8 stars 1 forks source link

YouTube Live Compatibility #16

Open abrowne2 opened 7 years ago

abrowne2 commented 7 years ago

Make StreamFeel compatible with YouTube Live.

smarchint commented 4 years ago

@abrowne2 this can be extended to youtube comments (not a realtime one but a batch process ie. pull up comments upto a threshold and generate analytics).

abrowne2 commented 4 years ago

@SaikumarChintada Hey, you're totally right. I haven't touched this project in a while since Google deprecated PNaCl, but it'd probably be best to write the message analysis in WASM with something like Rust. Analyzing the YouTube comments would be super cool. The Chrome Extension limits made requiring the trained model itself in separate pieces over their messaging system.