Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 1.36 KB

README.md

File metadata and controls

49 lines (26 loc) · 1.36 KB

Predicting Customer Demand by Using Gaze Detecting and Object Tracking

This project is the integration of gaze detecting and object tracking.

Track gaze by using webcam and mapping eye data on the display screen. Identify individual items through object detecting and tracking model. Combine these two methods in order to predict customer demand and analysis screen-watching behavior.

Getting started

Using Node.js to present this work

  1. cd GazeDemo_Web

    Create .env file to save your database access info and import project.sql file to your schema.

    .env

    PORT=3000
    
    DB_HOST=localhost
    DB_USER=root
    DB_PASS= *YOUR PASSWORD*
    DB_NAME=project
  2. npm install

  3. node .

    To run server

Calibration

plot

Demo

main(1)

main

Customized video

It needs only a youtube link to upload and use your own video. custom