NHL goal celebration hack: real-time machine learning and hue light show
11–20 of 48 posts
Re: NHL goal celebration hack: real-time machine learning and hue light show
#12I'm the guy who did this; really happy this is trending on HN! Hope everyone enjoys the game tonight! :D
Re: NHL goal celebration hack: real-time machine learning and hue light show
#13This is really awesome. I've managed to do something similar, but for the Washington Capitals. When the game starts the lights change to the color of the home team, and when they score the flash. I'm using a little web scraper to pull from nhl.com to get the data, however, sometimes it's quite out of sync with the actual game (streaming or live tv). Usually about 30 seconds to a minute delay. The best part is when I…
I kid about building a robo-color-commentator that tells old stories and bad jokes.
Re: NHL goal celebration hack: real-time machine learning and hue light show
#14Re: NHL goal celebration hack: real-time machine learning and hue light show
#15I'm the guy who did this; really happy this is trending on HN! Hope everyone enjoys the game tonight! :D
Re: NHL goal celebration hack: real-time machine learning and hue light show
#16Re: NHL goal celebration hack: real-time machine learning and hue light show
#17I have seen it in action and it's like ~2 seconds off from a live feed.
http://www.budweiser.ca/redlight/
Really nice post and I'll be using it implement a few things around the house (like trying to monitor kids crying, etc).
Re: NHL goal celebration hack: real-time machine learning and hue light show
#18I'm the guy who did this; really happy this is trending on HN! Hope everyone enjoys the game tonight! :D
What are you doing for away games? Can it still detect Habs goals? You mentioned you had to train the algorithm not to detect the opponents' goal horn. Couldn't you just scrape the schedule to detect if you're playing at home or away and use a different model for each?
Re: NHL goal celebration hack: real-time machine learning and hue light show
#19All the goal horns are on youtube, maybe you could create a training set with that?
Re: NHL goal celebration hack: real-time machine learning and hue light show
#20This is really awesome. I've managed to do something similar, but for the Washington Capitals. When the game starts the lights change to the color of the home team, and when they score the flash. I'm using a little web scraper to pull from nhl.com to get the data, however, sometimes it's quite out of sync with the actual game (streaming or live tv). Usually about 30 seconds to a minute delay. The best part is when I…