Skip to content

LeafYeeXYZ/ExpFaceIdentify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

基于 jsPsych 的人脸学习 - 再认实验

A Face Identification Task Using jsPsych

使用方法 / Usage

修改 config.js / Modify config.js

参数 / Parameter 说明 / Description
SERVER 数据服务器地址 / Data Server URL
DEV 是否开发模式 / Development Mode
其他 / Others 请参考注释 / Please refer to the comments

服务端见这个项目 / Data server see this project

安装依赖 / Install Dependencies

npm i -g pnpm
pnpm i

启动 / Start Server

pnpm start

打包 / Build

pnpm build