This package is designed for Mapping human gait using unsupervised AI.
The project setup is documented in project_setup.md. Feel free to remove this document (and/or the link to this document) if you don't need it.
To install gait_mapper from GitHub repository, do:
git clone https://github.com/mapping-gait-ai/gait-mapper.git
cd gait-mapper
python3 -m pip install .
Include a link to your project's full documentation here.
If you want to contribute to the development of gait_mapper, have a look at the contribution guidelines.
This package was created with Cookiecutter and the NLeSC/python-template.