This repository contains all the materials related to my master's thesis: papers/references, code, thesis, and slides.
- Clone this repo:
git clone https://github.com/S1M0N38/master-thesis.git - Get the repo path:
cd master-thesis
This directory contains the useful references and a collection of selected papers organized as a papis library.
- Download papis.
- Create a config file for papis:
mkdir -p ~/.config/papis/ && echo -e "[master-thesis]\ndir = $(pwd)/papers" > ~/.config/papis/config - Start the web application with
papis --library master-thesis serve.
Currently, there is no easy way to download PDFs locally. A possible solution is being discussed here.
This is a git submodule pointing to the directory containing all the code for training and testing models. The code is based on [🔥] template.
This directory contains the LaTeX source files, figures, plots, tables.
Slides are produced using LaTeX + Beamer, using the metropolis theme.