Skip to content

zenzeii/bachelor-thesis-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bachelor-Thesis-Experiment

Code to run Experiment on lab. This documentation is for linux systems.

Setup

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Run experiment

to run everything at once

python experiment/run_experiment.py

to run separately

python experiment/run_experiment_matching.py
python experiment/run_experiment_likert.py

Run analysis

Make sure you are in the right directory first.

cd analysis
python run_analysis.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages