This software is a eye gaze interface developed during one day Rajasthan Hackathon 3.0 This program won't run if following dependencies are not met 1) python 3+ x64 windows/linux/mac os 2) Google's Tensorflow 3) Dlib for python 4) OpenCV for python 5) other small needy modules. Please download Dlib's facial Landmark generated .dat file in home directory of the project. -you can download from https://drive.google.com/file/d/0B274oeL6JaO_VXotRl9laExnZWs/view?usp=drivesdk
Train your own NN powered by Google's inception v3 DNN. steps to run: 1) initially run python collect_train_data.py and collect the training data of lengths edited inside script where len(train_data) =[your value] of desired size. 2) Then run python train_NN.py by specifying the train data to train by changing 'i' value inside script. 3) Finally run final-copy.py to check the result. 4) GUI_demo.py gives a graphical environment to check eye gaze features.