Text-2-Chess is a project that converts written text into unique chess positions with a built-in decoder function for easy interpretation of the resulting positions
View Demo»
Text-2-Chess is an fun side-project that leverages mathematical algorithms to translate written text into unique chess positions. This system sidesteps the use of AI, relying solely on the power of mathematical transformations to convert textual input into a visual chessboard representation. I also wrote a decoder function that is capable of extracting the text from the resulting image.
Have Fun! 😄 Github Repo
This project is designed to run in browser on users device.
Just visit the publicly available DEMO on my website. If you find my work interesting, I encourage you to read more on my homepage kbrw.pl.
Simply visit DEMO and write your favourite string of text into the input field and generate your first chessboard! If you have screenshot of some chessboard you can try to crop it and try to read the hidden message. I need to mention that this functionality still needs some work. For more information read Roadmap section.
If you want to host it by yourself then you can. Simply clone this repo and then host it on any server capable of serving html,css and js files.
I really want to add AI based image detection for this project. I have already decided what tools I want to use so stay tuned for future updates 😄.
Distributed under the MIT License. See LICENSE
for more information.
Made with love by Krzysztof Borowski - krzysztofborowski02@gmail.com
Project Link: https://github.com/Lokinado/Text-2-Chess