GithubHelp home page GithubHelp logo

neuroph12 / just_pay_attention Goto Github PK

View Code? Open in Web Editor NEW

This project forked from theriley106/just_pay_attention

0.0 1.0 0.0 14.21 MB

Compliance training that uses EEG waves and Pupil Detection to pause when the employee isn't paying attention

Python 80.58% HTML 18.79% Shell 0.63%

just_pay_attention's Introduction

Just Pay Attention

Employee compliance training that uses EEG waves and Pupil Detection to pause when the user isn't paying attention

Overview

Most modern employee compliance training and employee onboarding videos have a component that pauses the training when the window is not in focus.

// Javascript Example
window.addEventListener('focus', function() {
  document.querySelector('video').play();
});

window.addEventListener('blur', function() {
  document.querySelector('video').pause();
});

This is used to ensure that the employee is actively participating in the training by limiting the ability to multitask.

This concept was really interesting to me, and I was curious to see if there was an increase in information retention if the software limits an employees ability to multitask on an assignment. I thought that this concept could also be applied to a ton of different areas as well: Netflix user attentiveness, Kicking a inactive user from an online game, More accurate data about advertisement consumption, etc.

I also wanted to take it a step further and redefine the way it considers the user to be at attention. Most compliance training frameworks only use the currently focused window to determine attentiveness, but this classification fails if the user simply opens up the window and walks away.

The Just_Pay_Attention framework uses a combination of brain waves from a commercial EEG headset and Pupil/Eye detection using OpenCV to quantify how attentive the user is. In the case of compliance training, the training will pause if the program detects that the employee is no longer paying attention.

N|Solid

Example Compliance Training Website

just_pay_attention's People

Contributors

theriley106 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.