Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 847 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 847 Bytes

hyperspectral-images

Processing of HSIs: spectral unmixing and classification.

This is a project for the course Machine Learning and Computational Statistics, carried out during the Winter Quarter 2020-21 of the MSc in Data Science, AUEB.

Installation

Apart from cloning the repository locally, a Python 3.8.x interpreter is also required.

python3 -m pip install poetry

This will install the project's dependency manager, poetry.

To install the project dependencies, type:

poetry run python -m pip install --upgrade pip

and then:

poetry install

Reproduction

To run any available Jupyter notebook, you can do so through:

poetry run jupyter notebook