This repository contains the source code that accompanies our paper "Early disease detection classifiers for wearables on domestic cat" - available at xxx
- Clone the repository.
git clone https://github.com/biospi/WodCat.git
- Change directory
cd WodCat/
- Create python virtual environment
python3 -m venv cats
- Activate the environment
source cats/bin/activate
- Install dependencies
make environment
Download dataset her xxx
curl xxx
Run paper.py
python paper.py