- Repository where I develop my TFG ML project, thesis and dissertation.
- Sergio Quijano Rey.
- mail.
- Personal Webpage.
This project can be configured using either poetry
or nix
. We recommend the later as it is more robust.
You can install it and learn more here. Once installed, all the dev environments are described in flake.nix
file. Nothing else is needed to run the project. Now, you can:
- Enter the Python environment running
nix develop
- Enter the Latex environment running
nix develop .#writing
You can install it and learn more here. With poetry
installed, all the packages and their versions are described in pyproject.toml
file.
python 3.10
is needed in order to run the project.
- Install all the dependencies:
poetry install
- Run all the unit tests:
poetry run python -m unittest src/test/*.py
- Run the notebook:
poetry run jupyter notebook