- Make sure to clone the SymbTr dataset repository to the same directory as this repository.
- All the analysis is done in the
analysis.ipynb
notebook. - In order to run the notebook you should install the dependencies in the
requirements.txt
file. You can do this by runningpip install -r requirements.txt
. We recommend using a virtual environment.