Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 589 Bytes

File metadata and controls

11 lines (10 loc) · 589 Bytes

ICA Demo

  • HYPSO-1 Anomaly Detection using Independent Component Analysis (ICA)

Setup

  • Install Anaconda from here.
  • Clone the repository to your computer using git clone https://github.com/CameronLP/ICA_Demo.git.
  • Navigate to repository in a terminal.
  • Run conda env create -f environment.yml. The required Python packages will be installed.
  • Run conda activate ica_demo
  • Launch Jupyter Notebook with the command jupyter-notebook. This will launch Jupyter Notebook in a web browser.
  • In Jupyter, open the notebook ICA_Demo.ipynb.