https://github.com/geometric-intelligence/polpo
A Geometric Intelligence Lab's collection of weakly-related tools.
https://github.com/geometric-intelligence/polpo
dash mesh mri pipeline preprocessing
Last synced: 3 months ago
JSON representation
A Geometric Intelligence Lab's collection of weakly-related tools.
- Host: GitHub
- URL: https://github.com/geometric-intelligence/polpo
- Owner: geometric-intelligence
- License: mit
- Created: 2024-11-09T06:04:50.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-04T00:49:06.000Z (3 months ago)
- Last Synced: 2025-03-04T01:29:26.086Z (3 months ago)
- Topics: dash, mesh, mri, pipeline, preprocessing
- Language: Python
- Homepage: https://geometric-intelligence.github.io/polpo/
- Size: 3.93 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.md
Awesome Lists containing this project
README
POLPO
=====A `Geometric Intelligence Lab `_'s collection of weakly-related tools.
Installation
------------::
pip install polpo@git+https://github.com/geometric-intelligence/polpo.git@main
Or, to also install all the dependencies:
::
pip install polpo[all]@git+https://github.com/geometric-intelligence/polpo@main
Or the classic pipeline ``clone + pip install .``.