Skip to content

thomsen85/LegoPokerDealer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lego Poker Robot

programm

🚀 Getting started

Installation

  • git clone https://github.com/thomsen85/LegoPokerDealer
  • cd LegoPokerDealer
  • pip install virtualenv (if you don't already have virtualenv installed)
  • virtualenv venv venv to create your new environment (called 'venv' here)
  • Then if you're on mac/linux:
    • source venv/bin/activate to enter the virtual environment
  • Windows:
    • venv\Scripts\activate to enter the virtual enviroment
  • pip install -r requirements.txt to install the requirements in the current environment

Start

  • python manage.py start

📸 Recognition with OpenCV

🪟 Window GUI with TKinter

About

A Lego Mindstorm robot for dealing out cards based on a birds-eye view of a poker table and given ArUco fiducial tags.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages