The scripts are contained in jupyter notebooks, and can be accessed trhough google-colab, kaggle or any other notebook kernel. Following are the instructions to install an run locally.
Even though it can be installed in the global python environment, it is prefferable to install it in a virtual environment as follows:
-
Install
virtualenv
if you don't already have it.pip install virtualenv
-
Create a new virtual environment via the
virtualenv
package.
virtualenv .venv
3.Install python packages requirements.
pip install -r requirements.txt
You can explore the scripts in any online notebook kernel available, or you can run it locally by using an IDE with notebook support, like vs-code
. You can also run the Jupyter Notebook interface by issuing the following command on a terminal:
cd ht-peaks-detection/
jupyter notebook
Heloísa and Lucas, March 20, 2023.