• Stars
    star
    116
  • Rank 303,998 (Top 6 %)
  • Language
    Python
  • Created almost 8 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Using your eyes to trigger shortcuts on your computer

DeepEyeControl

Using your eyes to trigger shortcuts on your computer.

Read the article on Medium

Required install:

tensorflow
tflearn
  • Create folder Data/Raw/, Data/Processed/ Models/ and Datasets/

To train the classifier:

python model.py train

To test the classifier (requires some trivial tweaking in the code):

python model.py test

To use the classifier to predict current motion:

python main.py
  • Most editable parameters are in the config.py file, the model can be changed in the model.py file.
  • I haven't implemented the end of pipeline (actual commands trigger) but that is straightforward in the classifier.py file.