Metadata-Version: 2.1
Name: chessPositions
Version: 0.1.1
Summary: Library to detect chessboard positions and return FEN.
Home-page: UNKNOWN
Author: davidor
Author-email: davidor.ortish@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9,<3.13
Description-Content-Type: text/markdown

# chessPositions

A Python library to detect chessboard positions from images and return the FEN string using computer vision and deep learning.

## Features

- Detects chess pieces and board orientation from an image
- Returns the position as a FEN string
- Easy-to-use API: just one function call

## Installation

First, build the wheel file:

```bash
python [setup.py](http://_vscodecontentref_/0) sdist bdist_wheel

