{"id":44430583,"url":"https://github.com/chaobrain/brainmass","last_synced_at":"2026-02-12T12:56:27.757Z","repository":{"id":313023899,"uuid":"1049630211","full_name":"chaobrain/brainmass","owner":"chaobrain","description":"Whole-brain modeling with differentiable neural mass models. ","archived":false,"fork":false,"pushed_at":"2026-01-23T09:37:16.000Z","size":25333,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-23T22:57:34.015Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://brainmass.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chaobrain.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-03T09:06:25.000Z","updated_at":"2026-01-23T09:37:19.000Z","dependencies_parsed_at":"2025-09-03T16:50:54.348Z","dependency_job_id":null,"html_url":"https://github.com/chaobrain/brainmass","commit_stats":null,"previous_names":["chaobrain/brainfiled","chaobrain/brainmass"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/chaobrain/brainmass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaobrain%2Fbrainmass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaobrain%2Fbrainmass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaobrain%2Fbrainmass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaobrain%2Fbrainmass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chaobrain","download_url":"https://codeload.github.com/chaobrain/brainmass/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaobrain%2Fbrainmass/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29366408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-12T12:56:27.058Z","updated_at":"2026-02-12T12:56:27.751Z","avatar_url":"https://github.com/chaobrain.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BrainMass: whole-brain modeling with differentiable neural mass models\n\n\u003cp align=\"center\"\u003e\n  \t\u003cimg alt=\"Header image of braintrace.\" src=\"https://raw.githubusercontent.com/chaobrain/brainmass/main/docs/_static/brainmass.png\" width=40%\u003e\n\u003c/p\u003e\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![PyPI Version](https://img.shields.io/pypi/v/brainmass.svg)](https://pypi.org/project/brainmass/)\n[![PyPI Downloads](https://img.shields.io/pypi/dm/brainmass.svg)](https://pypi.org/project/brainmass/)\n[![CI](https://github.com/chaobrain/brainmass/actions/workflows/CI.yml/badge.svg)](https://github.com/chaobrain/brainmass/actions/workflows/CI.yml)\n[![Python](https://img.shields.io/badge/python-3.10%2B-blue.svg)](https://www.python.org/downloads/)\n[![Docs](https://readthedocs.org/projects/brainmass/badge/?version=latest)](https://brainmass.readthedocs.io/)\n\nBrainMass is a Python library for whole-brain computational modeling using differentiable neural mass models. Built on\nJAX for high-performance computing, it provides tools for simulating brain dynamics, fitting neural signal data, and\ntraining cognitive tasks.\n\n## Installation\n\n### From PyPI (recommended)\n\n```bash\npip install brainmass\n```\n\n### From Source\n\n```bash\ngit clone https://github.com/chaobrain/brainmass.git\ncd brainmass\npip install -e .\n```\n\n### GPU Support\n\nFor CUDA support:\n\n```bash\npip install brainmass[cuda12]\npip install brainmass[cuda13]\n```\n\nFor TPU support:\n\n```bash\npip install brainmass[tpu]\n```\n\n### Ecosystem\n\nFor whole brain modeling ecosystem:\n\n```bash\npip install BrainX \n\n# GPU support\npip install BrainX[cuda12]\npip install BrainX[cuda13]\n\n# TPU support\npip install BrainX[tpu]\n```\n\n\n## Citation\n\nIf you use BrainMass in your research, please cite:\n\n```bibtex\n@software{brainmass,\n  title={BrainMass: Whole-brain modeling with differentiable neural mass models},\n  author={BrainMass Developers},\n  url={https://github.com/chaobrain/brainmass},\n  version={0.0.4},\n  year={2025}\n}\n```\n\n## License\n\nBrainMass is licensed under the Apache License 2.0. See [LICENSE](LICENSE) for details.\n\n## See also the ecosystem\n\n[BrainMass](https://github.com/chaobrain/brainmass) is one of our brain simulation ecosystem: https://brainmodeling.readthedocs.io/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchaobrain%2Fbrainmass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchaobrain%2Fbrainmass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchaobrain%2Fbrainmass/lists"}