Create a virtual environment you prefer :)
Install the required packages with pip and the given requirement.txt
pip install -r requirements.txt
Download our checkpoints and try to visualize some synthetic data with sample.py
cd scripts
python sample.py --ckpt_path "path_to_relax_checkpoint"
This command should generate synthetic EMG data plots with the data chunks from our given sample data file as prompts.