Machine learning system for task-agnostic movement recognition for the McMaster Exoskeleton Team MacExo
- Python 3.10 or higher
- pip
# Clone the repository
git clone https://github.com/yourusername/exoskeleton-ai.git
cd exoskeleton-ai
# Create virtual environment
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
# Install package with development dependencies
make install-dev