{
  "markdown": "# manifold\n\n[![Python](https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-blue)](https://www.python.org/)\n[![License](https://img.shields.io/badge/license-MIT-green)](./LICENSE)\n\nPretraining and medical-imaging experiments built on top of\n[stable-pretraining](https://github.com/galilai-group/stable-pretraining) and\n[MONAI](https://monai.io/). Follows the\n[diffusers](https://github.com/huggingface/diffusers) architecture: pipeline,\nscheduler, and models.\n\n## Setup\n\nThis project uses a `src/` layout and is managed with `pyproject.toml`.\nDependencies are installed into a conda environment named after the project.\n\n```bash\n# Create the conda environment\nconda create -n manifold python=3.12 -y\nconda activate manifold\n\n# Install the package (editable) with all dependencies\npip install -e .\n```\n\n## Development\n\n```bash\n# Install with dev dependencies\npip install -e \".[dev]\"\n\n# Run tests\npytest\n\n# Lint\nruff check .\n```\n\n## Layout\n\n```\nmanifold/\n├── pyproject.toml\n├── README.md\n└── src/\n    └── manifold/\n        ├── __init__.py\n        └── py.typed\n```\n\n## License\n\nMIT — see [LICENSE](./LICENSE).\n",
  "bytes": 1134,
  "sha": "da1514ab9f6c7c796de548b6ad61da9f19d88bd64b3ecffbe503dc30771ff213",
  "repo_slug": "acautomata/manifold",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/okf_acautomata_manifold_openwiki_index_md_fc2f8586/readme"
}