Skip to content

⭐️ Python library for Cybersickness susceptibility testing

License

Notifications You must be signed in to change notification settings

project-cssi/cssi-core

Repository files navigation

image

Python library for Cybersickness susceptibility testing

 Build status Contributors Count License Github stars Github forks Twitter FOSSA Status

Getting Started

# clone the repository
git clone https://github.com/project-cssi/cssi-core.git

# change the directory
cd cssi-core

# install dependencies and build the project
make

CSSI Algorithm

The following algorithm was used in the cssi.core module to calculate the final CSSI Score.

image

Configuration ============

The host application must provide a configuration file and the name should be passed when instantiating the CSSI module. If no config name is passed in, the library tries to read the config from the default file name i.e config.cssi.

following is the format of a sample configuration file.

[run]
plugins =
    cssi_plugin_heart_rate

[latency]
latency_weight = 50
latency_boundary = 3

[sentiment]
sentiment_weight = 30

[questionnaire]
questionnaire_weight = 20

[cssi_plugin_heart_rate]
weight = 0

Publications

The following publications have been made with respect to this project.

Type Title Link
Review Paper Early Prediction of Cybersickness in Virtual, Augmented & Mixed Reality Applications: A Review Researchgate

Releases

Please read the RELEASES.rst guideline to learn about the process for releasing the project.

Changelog

Please refer CHANGELOG.md to learn about the latest improvements, breaking changes and bug fixes.

Built with

        

Contributing

Please read CONTRIBUTING.rst for contributing guidelines and to learn about our code of conduct.

Contributors

 Contributors

License

FOSSA Status

About

⭐️ Python library for Cybersickness susceptibility testing

Resources

License

Stars

Watchers

Forks

Packages

No packages published