Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #725 Visual Chessboard Analysis: CNN-based FEN Code Generation #732

Merged
merged 5 commits into from
Nov 3, 2024

Conversation

Varunshiyam
Copy link
Contributor

Related Issues or bug

Recording and analyzing chessboard positions is a common yet challenging task for chess players, analysts, and software developers. Manual conversion of board configurations into FEN (Forsyth-Edwards Notation) strings is time-consuming and prone to human error, limiting the efficient use of chess engines, digital recording, and automated analysis tools.

This project aims to automate FEN generation from chessboard images by leveraging deep learning, specifically CNNs. The model predicts chess piece positions and converts them into standardized FEN notation, facilitating seamless integration with chess software and engines for analysis, gameplay, and training purposes.

Fixes: #725

Proposed Changes

Added my Project file .ipynb with a Readme File

Copy link

vercel bot commented Nov 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ml-nexus ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 2, 2024 4:52pm

Copy link

github-actions bot commented Nov 2, 2024

👋 Thank you for opening this pull request! We appreciate your contribution to improving this project. Your PR is under review, and we'll get back to you shortly.
Don't forget to mention the issue you solved!.

To help move the process along, please tag @UppuluriKalyani, @Neilblaze, and @SaiNivedh26 for a faster review!

@UppuluriKalyani UppuluriKalyani merged commit 16df91b into UppuluriKalyani:main Nov 3, 2024
5 checks passed
Copy link

github-actions bot commented Nov 3, 2024

🎉🎉 Thank you for your contribution! Your PR #732 has been merged! 🎉🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Visual Chessboard Analysis: CNN-based FEN Code Generation
2 participants