Skip to content

Repository hosting code for Machine Learning Application used at McMaster Exoskeleton

Notifications You must be signed in to change notification settings

bacemkarray/exoskeleton-ai

 
 

Repository files navigation

Exoskeleton AI

Machine learning system for task-agnostic movement recognition for the McMaster Exoskeleton Team MacExo

Setup

Prerequisites

  • Python 3.10 or higher
  • pip

Installation

# 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

About

Repository hosting code for Machine Learning Application used at McMaster Exoskeleton

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 88.3%
  • Makefile 11.7%