Metadata-Version: 2.1
Name: seedoku
Version: 1.0
Summary: Play Sudoku with your Hands on a Real Time Camera Feed
Home-page: https://github.com/aashish2000/seedoku
Author: Aashish
Author-email: aash.ananth@gmail.com
License: GPL
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Requires-Dist: tensorflow (==2.3.0)
Requires-Dist: opencv-python (==4.4.0.42)
Requires-Dist: imutils (==0.5.3)

# See-Do-Ku
A Computer Vision based interactive Sudoku Game using Hand Tracking for moving numbers across the frame. 

## Instructions

- Move your hand around the screen to control the pointer location
- Bring your hand closer towards the number you wish to pick up and your cursor for picking it up
- To move around a selected number without placing it in the grid, move your hand further from the screen and proceed to move the number
- To drop the number in it's desired place, bring your hand closer to the screen with the pointer at the same location. 

## Packages Used

- OpenCV 4.3.0
- Tensorflow 2.2
- Mediapipe


