manipy


Namemanipy JSON
Version 0.1.4 PyPI version JSON
download
home_pageNone
SummaryLatent-space manipulation utilities and models (StyleGAN, flow matching, ratings).
upload_time2025-09-01 15:49:11
maintainerNone
docs_urlNone
authorAdam Sobieszek
requires_python>=3.9
licenseNone
keywords stylegan latent-space flow-matching pytorch computer-vision
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # manipy

Latent-space manipulation utilities and models for StyleGAN-based workflows:

- Flow models for manipulating W-space along psychometric dimensions
- Rating models trained on human ratings
- Utilities for visualization and StyleGAN interaction

Install from source:

```bash
pip install .
```

Build locally:

```bash
python -m build
```

Optional extras: `viz`, `stylegan`, `train`.

```bash
pip install "manipy[viz,stylegan,train]"
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "manipy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "stylegan, latent-space, flow-matching, pytorch, computer-vision",
    "author": "Adam Sobieszek",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/e6/bd/d7d2d90589c9d21ba226d22bbe0f9db50db8694b3028d0a984b491b581bf/manipy-0.1.4.tar.gz",
    "platform": null,
    "description": "# manipy\n\nLatent-space manipulation utilities and models for StyleGAN-based workflows:\n\n- Flow models for manipulating W-space along psychometric dimensions\n- Rating models trained on human ratings\n- Utilities for visualization and StyleGAN interaction\n\nInstall from source:\n\n```bash\npip install .\n```\n\nBuild locally:\n\n```bash\npython -m build\n```\n\nOptional extras: `viz`, `stylegan`, `train`.\n\n```bash\npip install \"manipy[viz,stylegan,train]\"\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Latent-space manipulation utilities and models (StyleGAN, flow matching, ratings).",
    "version": "0.1.4",
    "project_urls": {
        "Homepage": "https://github.com/AdamSobieszek/manipy"
    },
    "split_keywords": [
        "stylegan",
        " latent-space",
        " flow-matching",
        " pytorch",
        " computer-vision"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d90e22b7973a0b1c3728b38fb789ced743543bb0ba3dfad41ea00e8677ba017e",
                "md5": "ebd2cb8d9ce78fab0c96e42546bc7070",
                "sha256": "b82ecc551c568bbb66dee0da701c6edbdf656cc45320f519d65a01e606307417"
            },
            "downloads": -1,
            "filename": "manipy-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ebd2cb8d9ce78fab0c96e42546bc7070",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 80712,
            "upload_time": "2025-09-01T15:49:10",
            "upload_time_iso_8601": "2025-09-01T15:49:10.533778Z",
            "url": "https://files.pythonhosted.org/packages/d9/0e/22b7973a0b1c3728b38fb789ced743543bb0ba3dfad41ea00e8677ba017e/manipy-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e6bdd7d2d90589c9d21ba226d22bbe0f9db50db8694b3028d0a984b491b581bf",
                "md5": "4ff6d58d4b55f16d35d469be23d6bf7f",
                "sha256": "f7b6fbe4b87f0ee1042744da8ff6c9f6269116edb8998314d3d8aff1a23b37d0"
            },
            "downloads": -1,
            "filename": "manipy-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "4ff6d58d4b55f16d35d469be23d6bf7f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 70602,
            "upload_time": "2025-09-01T15:49:11",
            "upload_time_iso_8601": "2025-09-01T15:49:11.850820Z",
            "url": "https://files.pythonhosted.org/packages/e6/bd/d7d2d90589c9d21ba226d22bbe0f9db50db8694b3028d0a984b491b581bf/manipy-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-01 15:49:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AdamSobieszek",
    "github_project": "manipy",
    "github_not_found": true,
    "lcname": "manipy"
}
        
Elapsed time: 0.76284s