https://github.com/boopi7/brain-bench
Source code for <Large language models surpass human experts in predicting neuroscience results>
https://github.com/boopi7/brain-bench
large-language-models neuroscience scientific-discovery
Last synced: about 16 hours ago
JSON representation
Source code for <Large language models surpass human experts in predicting neuroscience results>
- Host: GitHub
- URL: https://github.com/boopi7/brain-bench
- Owner: Boopi7
- License: mit
- Created: 2025-10-26T05:53:39.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-28T02:57:32.000Z (9 months ago)
- Last Synced: 2026-02-17T20:51:44.077Z (5 months ago)
- Topics: large-language-models, neuroscience, scientific-discovery
- Language: TypeScript
- Homepage: https://www.nature.com/articles
- Size: 11.6 MB
- Stars: 16
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# brain-bench-fe
NextJS frontend for the BrainBench project. See deployed site at [brainbench.xyz](https://brainbench.xyz).
## Adding benchmarks
If you would like to add or modify existing benchmarks, open a PR against our benchmarking repo [brain-bench-runner]
## Local Development
### Pull Repository
```zsh
git clone https://github.com/inference-labs-inc/brain-bench-fe.git
```
### Navigate to the `site` directory
```zsh
cd brain-bench-fe/site
```
### Install Dependencies
```zsh
pnpm install
```
### Start Development Server
```zsh
pnpm dev
```
## Deployment
Deployments are handled via Vercel. Pushing to the `main` branch will trigger a new deployment.
## References
Our frontend was constructed on the foundation that Polybase created for [zkBench.dev](zkbench.dev), and our benchmark suite utilizes [EZKL's ZKML Benchmarking Suite] with a custom GitHub Actions workflow and updated metrics.
- [EZKL's ZKML Benchmarking Suite]
- [Polybase's zkBench.dev frontend](https://github.com/polybase/zk-benchmarks)
[EZKL's ZKML Benchmarking Suite]: https://github.com/zkonduit/zkml-framework-benchmarks
[brain-bench-runner]: https://github.com/inference-labs-inc/brain-bench-runner