Name | acid-chess JSON |
Version |
0.1.0rc1
JSON |
| download |
home_page | |
Summary | The Chess Computer for nerds, by nerds. |
upload_time | 2023-03-15 17:28:05 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.9 |
license | |
keywords |
feed
reader
tutorial
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
<p align="center">
<img src="docs/_static/images/logo/dark.png#gh-dark-mode-only" class="only-dark" align="center" width="25%" alt="Logo">
</p>
<p align="center">
<img src="docs/_static/images/logo/light.png#gh-light-mode-only" class="only-light" align="center" width="25%" alt="Logo">
</p>
*The Chess Computer for nerds, by nerds.*
[![RTFM badge](https://img.shields.io/readthedocs/acid-chess/latest?style=flat-square)](https://acid-chess.readthedocs.io/)
[![Discord badge](https://img.shields.io/discord/1083067212803354624?style=flat-square&logo=discord)](https://discord.com/invite/wdMdBr6jxs)
[![License badge](https://img.shields.io/github/license/ierror/acid-chess?style=flat-square&color=blue)](https://github.com/ierror/acid-chess/blob/main/LICENSE)
# Picture by Picture
ACID Chess is a chess computer written in Python, which can be used with any? board. By filming the board, the
contour of the board is recognized, and the positions of the individual pieces can be determined. Two [Neural Networks](/dev/neural_networks.html)
were trained for the board and squares recognition.
<img src="docs/_static/images/over-the-board.jpg" alt="How it works - over the board">
# Features
You can play against an engine, Stockfish or Maia are available, or play a game against another human. In both variants,
a PGN is generated, which you can load later in the analysis board at Lichess, or so, for analysis.
- Engine play against Stockfish or Maia
- Use polyglot opening books
- PGN exports
<img src="docs/_static/images/gui.jpg" alt="How it works - GUI">
# Planned Features
- Clock
- Play on Lichess
- ... see [issues](https://github.com/ierror/acid-chess/issues/) for details
# Technology
- Python as a programming language
- Qt (PySide6) as toolkit for the GUI (with own extension for reactive bindings)
- PyTorch (Lightning ) for the development of AI models
# I want to play against ACID!
We have tested ACID Chess with four different boards and were able to complete games without significant flaws. There
will be problems on unknown boards, but every tester makes ACID Chess better!
Regardless of the chosen installation method: ACID Chess saves images of data that cannot be classified sufficiently.
Please provide us with this data. Create an [issue](https://github.com/ierror/acid-chess/issues/new) and upload a ZIP
file as an attachment. `<3`
There are two ways to install ACID Chess.
1. as binary: for users who want to try ACID Chess and don't want to deal with installing Python etc.
2. check out the project via git and install the dependencies manually for people who want to develop on ACID Chess themselves.
Modern hardware, preferably NVIDIA GPU or Mac M`[0-9]+` is recommended!
# Known bugs and limitations
- after switching cameras you will see an "Image capture failed: timed out waiting for a preview frame" error in the logs. Workaroud: Select camara you want to use and restart the app
# Resources
## Documentation
[https://acid-chess.readthedocs.io](https://acid-chess.readthedocs.io)
## Sourcecode
[https://github.com/ierror/acid-chess](https://github.com/ierror/acid-chess)
# Contributing
Contributions are always welcome. Please discuss major changes via issue first before submitting a pull request.
# Data Attribution
[Google Programmable Search Engine](https://developers.google.com/custom-search) Rest API was used to search for
Creative Commons licensed images of chess boards used for training the neural network models.
- [Notebook](https://github.com/ierror/acid-chess/blob/main/notebooks/board_google_images_dl.ipynb) for collecting the data
- [CSV](https://github.com/ierror/acid-chess/blob/main/data/training/boards/attribution.csv) to document the Attribution
# Contact
- Mastodon [@boerni@chaos.social](https://chaos.social/@boerni)
- [Discord](https://discord.com/invite/wdMdBr6jxs)
Raw data
{
"_id": null,
"home_page": "",
"name": "acid-chess",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": "",
"keywords": "feed,reader,tutorial",
"author": "",
"author_email": "Bernhard Janetzki <boerni@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/1f/2b/6c381772e06d84390c681ca7a019b47f3224bfac8bd7ff8ee52dd8fd53b9/acid-chess-0.1.0rc1.tar.gz",
"platform": null,
"description": "\n\n<p align=\"center\">\n <img src=\"docs/_static/images/logo/dark.png#gh-dark-mode-only\" class=\"only-dark\" align=\"center\" width=\"25%\" alt=\"Logo\">\n</p>\n\n<p align=\"center\">\n <img src=\"docs/_static/images/logo/light.png#gh-light-mode-only\" class=\"only-light\" align=\"center\" width=\"25%\" alt=\"Logo\">\n</p>\n\n \n\n*The Chess Computer for nerds, by nerds.*\n\n[![RTFM badge](https://img.shields.io/readthedocs/acid-chess/latest?style=flat-square)](https://acid-chess.readthedocs.io/)\n[![Discord badge](https://img.shields.io/discord/1083067212803354624?style=flat-square&logo=discord)](https://discord.com/invite/wdMdBr6jxs)\n[![License badge](https://img.shields.io/github/license/ierror/acid-chess?style=flat-square&color=blue)](https://github.com/ierror/acid-chess/blob/main/LICENSE)\n\n \n\n# Picture by Picture\n\nACID Chess is a chess computer written in Python, which can be used with any? board. By filming the board, the\ncontour of the board is recognized, and the positions of the individual pieces can be determined. Two [Neural Networks](/dev/neural_networks.html)\nwere trained for the board and squares recognition.\n\n<img src=\"docs/_static/images/over-the-board.jpg\" alt=\"How it works - over the board\">\n\n# Features\n\nYou can play against an engine, Stockfish or Maia are available, or play a game against another human. In both variants,\na PGN is generated, which you can load later in the analysis board at Lichess, or so, for analysis.\n\n- Engine play against Stockfish or Maia\n- Use polyglot opening books\n- PGN exports\n\n<img src=\"docs/_static/images/gui.jpg\" alt=\"How it works - GUI\">\n\n# Planned Features\n\n- Clock\n- Play on Lichess\n- ... see [issues](https://github.com/ierror/acid-chess/issues/) for details\n\n# Technology\n\n- Python as a programming language\n- Qt (PySide6) as toolkit for the GUI (with own extension for reactive bindings)\n- PyTorch (Lightning ) for the development of AI models\n\n# I want to play against ACID!\n\nWe have tested ACID Chess with four different boards and were able to complete games without significant flaws. There\nwill be problems on unknown boards, but every tester makes ACID Chess better!\n\nRegardless of the chosen installation method: ACID Chess saves images of data that cannot be classified sufficiently.\nPlease provide us with this data. Create an [issue](https://github.com/ierror/acid-chess/issues/new) and upload a ZIP\nfile as an attachment. `<3`\n\nThere are two ways to install ACID Chess.\n\n1. as binary: for users who want to try ACID Chess and don't want to deal with installing Python etc.\n2. check out the project via git and install the dependencies manually for people who want to develop on ACID Chess themselves.\n\nModern hardware, preferably NVIDIA GPU or Mac M`[0-9]+` is recommended!\n\n# Known bugs and limitations\n- after switching cameras you will see an \"Image capture failed: timed out waiting for a preview frame\" error in the logs. Workaroud: Select camara you want to use and restart the app\n\n# Resources\n\n## Documentation\n[https://acid-chess.readthedocs.io](https://acid-chess.readthedocs.io)\n\n## Sourcecode\n[https://github.com/ierror/acid-chess](https://github.com/ierror/acid-chess)\n\n# Contributing\n\nContributions are always welcome. Please discuss major changes via issue first before submitting a pull request.\n\n# Data Attribution\n\n[Google Programmable Search Engine](https://developers.google.com/custom-search) Rest API was used to search for\nCreative Commons licensed images of chess boards used for training the neural network models.\n\n- [Notebook](https://github.com/ierror/acid-chess/blob/main/notebooks/board_google_images_dl.ipynb) for collecting the data\n- [CSV](https://github.com/ierror/acid-chess/blob/main/data/training/boards/attribution.csv) to document the Attribution\n\n# Contact\n\n- Mastodon [@boerni@chaos.social](https://chaos.social/@boerni)\n- [Discord](https://discord.com/invite/wdMdBr6jxs)\n",
"bugtrack_url": null,
"license": "",
"summary": "The Chess Computer for nerds, by nerds.",
"version": "0.1.0rc1",
"split_keywords": [
"feed",
"reader",
"tutorial"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "eb4fa92b815727f2e2a53dcd647a9f589ab84e275649f3887fb261afd875097e",
"md5": "17f8075559d44e8b121732526dc413dd",
"sha256": "79aac79e70431fc91bce9654a16d588379fb22d26d5798ca8af0140e512774c1"
},
"downloads": -1,
"filename": "acid_chess-0.1.0rc1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "17f8075559d44e8b121732526dc413dd",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 14177,
"upload_time": "2023-03-15T17:28:03",
"upload_time_iso_8601": "2023-03-15T17:28:03.823198Z",
"url": "https://files.pythonhosted.org/packages/eb/4f/a92b815727f2e2a53dcd647a9f589ab84e275649f3887fb261afd875097e/acid_chess-0.1.0rc1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1f2b6c381772e06d84390c681ca7a019b47f3224bfac8bd7ff8ee52dd8fd53b9",
"md5": "058bd65b289e2e7eacc808e7a1fc55d4",
"sha256": "7e06c2b73ac68e62e4db9b9c0b785acf7a660ea7d8288fcd10e2eb5df0cc3701"
},
"downloads": -1,
"filename": "acid-chess-0.1.0rc1.tar.gz",
"has_sig": false,
"md5_digest": "058bd65b289e2e7eacc808e7a1fc55d4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 14613,
"upload_time": "2023-03-15T17:28:05",
"upload_time_iso_8601": "2023-03-15T17:28:05.621158Z",
"url": "https://files.pythonhosted.org/packages/1f/2b/6c381772e06d84390c681ca7a019b47f3224bfac8bd7ff8ee52dd8fd53b9/acid-chess-0.1.0rc1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-03-15 17:28:05",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "acid-chess"
}