- ./notebooks: jupyter notebooks for analysis
- ./scripts: executable .py files
- ./src: modules and classes used in the analysis
- ./media: images and other media files
- ./Arduino_code: code for the arduino running context experiments in Pardes.
- Install Anaconda if you haven't already.
- Clone the repository.
- Create a conda environment with the required packages:
conda env create -f environment.yml