ofeksadlo / lichess-cheat

Simple chess cheat for lichess based on opencv.
19 stars 14 forks source link

TensorFlow #11

Open epoyx44 opened 3 years ago

epoyx44 commented 3 years ago

Why not use tensorflow to resolve the problem with the screenshot per millesec. with TensorFlow you can detect its pieces and convert it to fen then. you wont have any problem dealing with mouseclicks

ofeksadlo commented 3 years ago

Actually I've being thinking of that idea exactly if you look in the Future plans.

I mean tensorflow ain't my first idea for this simple detection problem but it could work too.