The TelloDrone_FaceTracking
application uses openCV face detection along with djitellopy library in order to move the DJI Tello drone by detecting any face movement
Clone this repository in the modules folder
git clone https://github.com/ahmedwab/TelloDrone-FaceTracking
Dji Ryze Tech Tello Quadcopter 720p Video Educational Drone (https://store.dji.com/product/tello)
Ensure that you have the Latest Version of Python 3 installed. That could be retrieved from https://www.python.org/downloads/
Moreover, to install all the dependencies you can do the following
cd TelloDrone-FaceTracking
bash dependencies.sh
To run the application, you must first connect your compputer to the tello wifi
Navigate to the folder
cd TelloDrone-FaceTracking
Then, you can run it using the following command
python3 face_tracking.py
Contributing is greatly encouraged.
- Fork the Project
- Create your Feature Branch
- Commit your Changes
- Push to the Branch
- Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.