Skip to content

Use a DJI Ryze Tello to solve Sudoku puzzle in the air using Python, TensorFlow, Keras and OpenCV.

License

Notifications You must be signed in to change notification settings

RodneyKoolman/Tello-AI-SudokuSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Tello AI Sudoku Solver

Use this project to fly a DJI Ryze Tello autonomously and solve Sudoku puzzles in the air using Python, TensorFlow, Keras and OpenCV.

Prerequisites:

I am using a Nvidia Jetson Nano (Ubuntu) to run the code and control the Tello. You can use every computer to run this code, although the Machine Learning part and Hough transform algorithm are a little heavy, so you should use it with a good CPU/GPU. Don't expect 30 FPS. On a Jetson Nano via the drone's stream i am able to get around 20 FPS, and when the algoritm detects a Sudoku grid it will drop to 3/4 FPS, but it is usable. Another problem i am working on is to get video stabalization with OpenCV. The Tello doesn't do video stabalization by default and the algoritm struggles to keep the detected Sudoku grid in view.

About

Use a DJI Ryze Tello to solve Sudoku puzzle in the air using Python, TensorFlow, Keras and OpenCV.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published