# MyoVerse
```{tip}
Take a look at our [documentation](https://nsquaredlab.github.io/MyoVerse/README.html).
```
## What is this?
MyoVerse , the **research** library for kinematics, kinetics, and everything else you can think of that has to do with EMG and AIs.
> **Important**
> Be aware that this project is used for **research**. Do not expect the same stability as from numpy for example.
## How to install?
> **WARNING**
> Order matters!
- clone
- install [poetry](https://python-poetry.org/docs/#installation)
- based on your OS and hardware please check pytorch's [installation guide](https://pytorch.org/get-started/locally/)
- for building the documentation add `docs` to the *with* flag: `poetry install --with docs`
## What is what?
This projects uses the following structure:
- myoverse: This is the main package. It contains:
- datasets: Contains data loaders and creators as well as a lot of filters to preprocess the data.
- models: Contains all models and their components.
- utils: Various utilities.
- docs: Contains the documentation.
- examples: Contains examples on how to use the package.
- tests: Contains tests for the package.
## What papers/preprints use this package?