Semestral project for Cognitive Systems course. Implemention of a cognitive test called SART. Works cross-platform (tested on Linux and Windows).
The Anaconda way:
- Install anaconda or miniconda (smaller)
- Open terminal in project's root and run
conda env create -f windows.yml
in Windows OS, orconda env create -f linux.yml
in Ubuntu OS, to create a new conda environment called sart. - Activate the environment:
conda activate sart
. - Run the project:
python ./main.py
.
- To later remove the environment from your system run:
conda env remove -n sart -y
The manual way:
Install:
Python 2.7 (yes... the old one, we had a reason)
And these libs:
Tkinter
pillow
scipy
numpy
matplotlib
And run it
- Only use ASCII letters (eg. not čřáíé...) in your name, otherwise saving your results to file will fail.