A package for processing activPAL activity monitor data.
Project description
ProsNet
A software package for developing classification models that predict physical behaviour postures.
Explore the docs »
Table of Contents
🤔 About The Project
This respository contains the software and models developed in "A Machine Learning Classification Model for Monitoring the Daily Physical Behaviour of Lower-Limb Amputees" (preprint).
Here are the main uses of this software:
- Process shank activPAL accelerometer data to estimate daily physical behaviour postures
- Process shank activPAL accelerometer data with thigh activPAL event data for creating labeled datasets
- Re-create the model development process used in Griffiths et al. (2021)
- Experiment with new model development methods TBA
- Estimate non-wear periods from activPAL accelerometer data - algorithm validation ongoing
This repository is constantly being updated. Check back for more info...
Built With
🚀 Getting Started
To get a local copy up and running follow these simple example steps.
💻 Prerequisites
You need these pre-installed on your device to get started.
- Python & pip: A useful resource for installing python - instructions
Installation
- Open your terminal/shell and navigate to the directory where you want to install this software
- Clone the repo
git clone https://github.com/Ben-Jamin-Griff/ProsNet.git
- Move into repo
cd ProsNet
- Install Python packages
pip install -r requirements.txt
Usage
Make sure you have cloned the repository and installed requirements.txt
Just run the following command at the root of your project:
python3 examples/
🤝 Contributing
Contributions are what make the open source community such an amazing place. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE
for more information.
Author
👤 Benjamin Griffiths
Acknowledgements
TBC
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.