Skip to content

RedForestAI/WebFixRT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebFixRT

Real-time fixation detection on the Web

Installation

To clone the repository, open up VS code(or another code editor of your choosing), open a terminal and type the following command

npm i webfixrt

Demo

Open up a terminal in your code editor and go into the demo_app directory:

cd demo_app
npm install
npm run dev

Usage

Below is an example of how you could run our algorithm(s):

import { RT_IVT_ALGO, RT_IDT_ALGO } from 'webfixrt';
const algo = new RT_IVT_ALGO();
fixation = algo.rt_ivt2({x: 0, y: 0}, 0, 0.2, 0.5) # xy-coordinate, elapsed time, threshold, minimum duration

About

Real-time fixation detection on the Web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •