From 774c7fdebf1ee1c30fa69b782a247d49366ca19b Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 27 Feb 2024 16:48:59 -0700 Subject: [PATCH] reword text --- index.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index f61e3d3..b766d33 100644 --- a/index.html +++ b/index.html @@ -31,19 +31,18 @@

Predicting Chessboard layouts from Screenshots using TensorflowJs

- This is a much-simplified version of + This is a simplified version of Tensorflow Chessbot, - but running live completely in javascript with TensorflowJs.
- You can upload a screenshot of a chessboard here, and it will predict the FEN notation and provide Lichess analysis/editor links.
- Source code. If you run into issues or have suggestions, please add them as an issue here (or check if there is already one and add a comment). + running live, client-side in Javascript with TensorflowJs. Source code.
+ You can upload a screenshot of a lichess.org/chess.com chessboard here, and it will predict the FEN notation and provide Lichess analysis/editor links.

-

For now, the chessboard must be centered, properly aligned and filling almost all of the image. Results will show at the bottom.

Please wait, loading tensorflow model...

+ +

+ If you run into issues or have suggestions, please add them as an issue here (or check if there is already one and add a comment). +