Skip to content

rahulsk88/DeepEmotion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepEmotion: Contrastive Learning for fMRI Classification of Emotions

Setup

Package Dependencies

Deep Emotion uses Poetry for handling package dependencies. To get started, run

git clone git@github.com:lungerjo/DeepEmotion.git
cd DeepEmotion
pip install poetry
poetry install

To activate the poetry environment, run

poetry shell

and exit to exit.

Datalad

The dataset is hosted on datalad stored in raw and annotations. To get started with datalad, follow the install documentation. Once you have installed, you can fetch the raw and annotation datasets with with

datalad get data/raw
datalad get data/annotations

This will populate the directories with symbolic links. To get the data, run datalad get <path/to/data> or datalad get -f <path/to/data/dir>

About

not sure why i am doing this

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%