Skip to content

Processing of HSIs: spectral unmixing and classification.

Notifications You must be signed in to change notification settings

ilias-ant/hyperspectral-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Processing of HSIs: spectral unmixing and classification.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published