Hackaton team project using Machine Learning Tensorflow to recognize gestures and move a Lego Mindstorm robot using Python
Here is the guide for installing required packages.
Copy the config sample and put your settings into it:
cp config_sample.py config.py
nano config.py
Install dependencies:
pip install tensorflow
pip install pillow
pip install numpy
Then unzip dataset file into tensorflow/dataset/
Install OpenCV:
pip install opencv-python
Now setup environment variable PYTHONPATH to point to the root dir of this project.