https://github.com/scottyvenable/project-cerebrum
https://github.com/scottyvenable/project-cerebrum
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/scottyvenable/project-cerebrum
- Owner: ScottyVenable
- License: mit
- Created: 2026-05-06T19:56:22.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-06T21:09:25.000Z (about 1 month ago)
- Last Synced: 2026-05-06T22:07:11.368Z (about 1 month ago)
- Language: Python
- Size: 63.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
# Project Cerebrum
The high-performance, ethical, local-first Brain-Computer Interface.
[](https://opensource.org/licenses/MIT)
[]()
[]()
---
## Vision
**Project Cerebrum** is the flagship initiative of **Fathom**, a tech subsidiary of Cadential Studios. We are building a non-invasive, high-fidelity EEG headset from scratch, designed to empower users with direct neural-to-digital control without compromising privacy or financial accessibility.
## Key Features
- **Custom Acquisition:** 24-bit resolution via TI ADS1299 for research-grade signal quality.
- **Edge Processing:** Real-time EEG decoding on Raspberry Pi 5 using optimized EEGNet architectures.
- **Active Shielding:** Custom active-dry electrodes to eliminate noise and cable artifacts.
- **Local-First Ethics:** Your neural data never leaves your device. Period.
## Repository Structure
```text
project-cerebrum/
├── ai_models/ # EEGNet architecture & TFLite export
├── bci_interface/ # ESP32-S3 firmware & LSL sender
├── server/ # Signal processing hub & inference orchestration
├── docs/ # Technical blueprints, research, and SOPs
│ └── research/ # Foundational papers on neuro-engineering
├── branding/ # Visual identity and style guides
├── applications/ # Calibration UIs and control modules
└── tests/ # Automated pipeline validation
```
## Getting Started
Check out the [Development Guide](docs/DEVELOPMENT.md) and [Hardware Build Plan](docs/Hardware_Build_Plan.md) to begin building your own prototype.
## Ethics & Privacy
Fathom stands for **Neural-Self Sovereignty**. Read our full [Ethical Framework](docs/Fathom_Architecture.md) to understand how we protect the sanctuary of your mind.
---
Built by Fathom. Dedicated to the human mind.