neurocognition
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.9%) to scientific vocabulary
Last synced: 8 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: Sonoranrobotics
- Language: Swift
- Default Branch: main
- Size: 4.88 KB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 1
Created 10 months ago
· Last pushed 10 months ago
Metadata Files
Readme
Citation
ReadME
# 🧠 Neurocognition – Modular iOS Tools for Cognitive Screening **Neurocognition** is a suite of iOS apps built using Swift and SwiftUI that assess cognitive and neurological function using the iPhone camera and on-device AI. Each module is focused on a single task, such as facial symmetry detection, fall risk analysis, or motor response timing. This repository will contain standalone apps, each designed to assess a specific neurological marker — beginning with eyebrow tracking for facial asymmetry evaluation. --- ## 📦 Modules | Module | Description | Status | |--------|-------------|--------| | **Eyebrow Tracker** | Prompts user to raise eyebrows; uses Vision framework to detect symmetry or asymmetry | ✅ Completed | | Smile Tracker | Detects left/right smile asymmetry and motor response delay | ⏳ In progress | | Eye Tracking | Monitors saccades and gaze focus during prompts | 🔜 Planned | | Fall Detection | Detects sudden vertical posture loss using rear camera | ✅ [See Fall Detection Repo](https://github.com/sonoranrobotics/fall-detection-app) | --- ## 📱 Eyebrow Tracker App The **Eyebrow Tracker** module prompts the user to raise their eyebrows and uses Apple’s **Vision Framework** to detect motion in the left and right eyebrows relative to the eyes. ### Features: - On-device face landmark detection (VNDetectFaceLandmarksRequest) - Calculates vertical eyebrow-eye distance delta - Displays: “Left raised”, “Right raised”, “Both even”, or “No movement” - Runs offline with no cloud dependency ### Demo:  --- ## 🧠 Clinical Relevance Neurocognition tools are inspired by clinical needs in neurology, geriatrics, and emergency care — especially for rapid stroke screening, early detection of cognitive decline, and fall risk. This project evolved from real-world work with physicians at **Mayo Clinic** and continues through **Sonoran Robotics LLC** in partnership with the **University of Arizona Center for Innovation**. --- ## 🛠 Requirements - iPhone with iOS 17+ - Xcode 15+ - Swift 5.9+ - TrueDepth or front camera --- ## 🚀 Getting Started ```bash git clone https://github.com/sonoranrobotics/neurocognition.git cd neurocognition/EyebrowTracker open EyebrowTracker.xcodeproj
Owner
- Login: Sonoranrobotics
- Kind: user
- Repositories: 1
- Profile: https://github.com/Sonoranrobotics
Citation (citation.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it using the metadata below."
title: "Neurocognition: Eyebrow Tracker"
version: 1.0.0
doi: 10.5281/zenodo.15839415
date-released: 2025-07-07
authors:
- family-names: Hall
given-names: Sean
affiliation: Sonoran Robotics LLC
orcid: https://orcid.org/0000-0000-0000-0000 # Replace with your ORCID if available
repository-code: https://github.com/sonoranrobotics/neurocognition
license: MIT
abstract: >
Neurocognition: Eyebrow Tracker is an iOS module that prompts users to raise their eyebrows and uses Apple's Vision Framework to detect facial symmetry in real time. This app is part of a modular system designed for cognitive and neurological screening on iPhone devices. All processing is performed entirely on-device to preserve user privacy.
keywords:
- neurocognition
- facial symmetry
- iOS
- SwiftUI
- stroke screening
- cognitive health
- on-device AI
GitHub Events
Total
- Release event: 1
- Push event: 1
- Create event: 3
Last Year
- Release event: 1
- Push event: 1
- Create event: 3