NOTE FOR OXFORD CDT STUDENTS: See alternative instructions.
- Download and install Anaconda or Miniconda: https://docs.conda.io/projects/miniconda/en/latest/
- Create a conda environment called
wearables-workshop
with minimal requirements (Python, git, Java):$ conda create -n wearables-workshop python=3.9 git pip openjdk
- Activate the environment:
Your prompt should now show
$ conda activate wearables-workshop
(wearables-workshop)
. - Download workshop materials:
$ git clone https://github.com/OxWearables/Oxford_Wearables_Activity_Recognition.git
- Navigate to workshop directory:
$ cd Oxford_Wearables_Activity_Recognition/
- Install requirements for this workshop:
$ pip install -r requirements.txt
- Launch notebook:
$ jupyter notebook
The last command above will let you open the notebooks for this workshop in a
web browser. You can then start by clicking on 0_Intro.ipynb
.
After reboots, you can access the notebooks again with the following:
- Activate the environment:
Your prompt should now show
$ conda activate wearables-workshop
(wearables-workshop)
. - Navigate to workshop materials:
$ cd /path/to/Oxford_Wearables_Activity_Recognition/
- Launch notebook:
$ jupyter notebook
This is likely due to having several notebooks open and running. Make sure to shutdown the notebooks that are no longer in use: Go to main menu, select notebook and click "Shutdown". Note that just closing the tab is not enough.
See license before using these materials.