Skip to content

Commit

Permalink
reword text
Browse files Browse the repository at this point in the history
  • Loading branch information
Elucidation committed Feb 27, 2024
1 parent 472a0b7 commit 774c7fd
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,18 @@
<div>
<h3>Predicting Chessboard layouts from Screenshots using TensorflowJs</h3>
<p>
This is a much-simplified version of
This is a simplified version of
<a href="https://github.com/Elucidation/tensorflow_chessbot">Tensorflow Chessbot</a>,
but running live completely in javascript with TensorflowJs.<br/>
You can upload a screenshot of a chessboard here, and it will predict the FEN notation and provide Lichess analysis/editor links.<br/>
<a href="https://github.com/Elucidation/ChessboardScreenshotHtml5">Source code</a>. If you run into issues or have suggestions, please add them as an <a href="https://github.com/Elucidation/ChessboardScreenshotHtml5/issues">issue here</a> (or check if there is already one and add a comment).
running live, client-side in Javascript with TensorflowJs. <a href="https://github.com/Elucidation/ChessboardScreenshotHtml5">Source code</a>.<br/>
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.<br/>
</p>
<p>For now, the chessboard must be centered, properly aligned and filling almost all of the image. Results will show at the bottom.</p>
<p id="loading_model_text"><i>Please wait, loading tensorflow model...</i></p>
</div>
<div id="post_model_loaded" style="display:none">
<p>
Input screenshot file: <input type="file" id="imageLoader" name="imageLoader" accept="image/*"/>
</p>
<p>The chessboard must be centered and fill most of the image. Results show below.</p>
<div class="container">
<!-- Computer Vision Portion -->
<div class="section">
Expand Down Expand Up @@ -80,6 +79,10 @@ <h3>4. Prediction</h3>
</div>
</div>
</div>

<p>
If you run into issues or have suggestions, please add them as an <a href="https://github.com/Elucidation/ChessboardScreenshotHtml5/issues">issue here</a> (or check if there is already one and add a comment).
</p>

</body>
<script type="text/javascript" >
Expand Down

0 comments on commit 774c7fd

Please sign in to comment.