Skip to main content

Yoga Flow Generator

Project description

yogaflo

Build

This package generates random yoga flows using a markov model

Installation

pip install yogaflo

Requires Python 3.6 or greater.

Usage

yogaflo

or

python3 -m yogaflo

Contributing Training Flows

Flows are in src/yogaflo/data/flows/ and are formatted as a list of lists of pose names eg:

[
    ["downward dog", "high plank", "low plank", "upward dog", "downward dog"],
    ["table", "cat", "cow", "cat", "cow", "cat", "cow", "table"]
]

A good flow is long enough to be interesting and short enough to remember.

Flows may end with the same pose they start with or another pose that could lead to the starting pose. A full list of poses can be found in src/yogaflo/data/poses.json. For the best flow transition probablilities try to use poses already in the pose list as this is what is in the rest of the training data.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yogaflo-0.2.1.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

yogaflo-0.2.1-py3-none-any.whl (7.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page