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.
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
To run any available Jupyter notebook, you can do so through:
poetry run jupyter notebook