IBM / rotisserie

automagically view the most interesting PlayerUnknown's Battlegrounds streams on Twitch.
https://rotisserie.tv
Apache License 2.0
61 stars 45 forks source link

WIP: Update the OCR to use Watson Visual Recognition service #103

Closed pwplusnick closed 6 years ago

pwplusnick commented 6 years ago

Uses Watson visual recognition service to ocr the screen. It finds the number of players left alive by finding the integer between (0,100] that is closest the word alive. This is helpful because it is less vulnerable to game updates and automatically will eliminate streamers not playing the English version of the game.

Signed-off-by: pwplusni@us.ibm.com Signed-off-by: rdayao@us.ibm.com

pwplusnick commented 6 years ago

Moving in a different direction.