Skip to content

kubikji2/cognitive-systems-project

Repository files navigation

cognitive-systems-project

Semestral project for Cognitive Systems course. Implemention of a cognitive test called SART. Works cross-platform (tested on Linux and Windows).

How to run this project

The Anaconda way:

  1. Install anaconda or miniconda (smaller)
  2. Open terminal in project's root and run conda env create -f windows.yml in Windows OS, or conda env create -f linux.yml in Ubuntu OS, to create a new conda environment called sart.
  3. Activate the environment: conda activate sart.
  4. 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

Known issues

  • Only use ASCII letters (eg. not čřáíé...) in your name, otherwise saving your results to file will fail.

About

Semestral project for Cognitive System course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •