Skip to content

Using your eyes to trigger shortcuts on your computer

Notifications You must be signed in to change notification settings

tomhoag/DeepEyeControl

 
 

Repository files navigation

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 main.py train

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

python main.py test
  • 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.

About

Using your eyes to trigger shortcuts on your computer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%