UnsignedArduino / Chess-Robot

A chess robot powered by computer vision, machine learning, and Stockfish running on a Raspberry Pi. (work in progress)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chess-Robot

A chess robot powered by computer vision, machine learning, and Stockfish running on a Raspberry Pi. (work in progress)

Install

  1. Install packages with sudo apt install python3-picamera2 python3-opencv opencv-data.
  2. Clone this repo.
  3. Create a virtual environment with python -m venv --system-site-packages venv.
  4. Install dependencies in requirements.txt.

Run

Run src/main.py in the virtual environment.

About

A chess robot powered by computer vision, machine learning, and Stockfish running on a Raspberry Pi. (work in progress)


Languages

Language:Python 100.0%