Compare commits

..
@@ -2,9 +2,9 @@
title: "Readme"
task: ""
lineage_type: import
upstream_source: https://github.com/ai-boost/awesome-ai-for-science/blob/99a57577/README.md
upstream_sha: 99a57577
imported_at: 2026-07-05
upstream_source: https://github.com/ai-boost/awesome-ai-for-science/blob/e0df96d7/README.md
upstream_sha: e0df96d7
imported_at: 2026-07-06
prompt_class: catalogue
upstream_changes: accepted
author: upstream
@@ -598,6 +598,7 @@ validated: false
#### Neuroscience & Behavioral Analysis
- [DeepLabCut](https://github.com/DeepLabCut/DeepLabCut) - Markerless pose estimation of user-defined features with deep learning for all animals including humans, enabling quantitative behavioral analysis in neuroscience and ethology (Nature Neuroscience 2018, 5.6K+ stars)
- [SLEAP](https://github.com/talmolab/sleap) - Deep learning-based multi-animal pose tracking and behavior classification, enabling automated quantification of social interactions and collective behavior across species (Nature Methods 2022, 2.2K+ stars)
- [NeuroAI (Meta FAIR)](https://github.com/facebookresearch/neuroai) - Modular Python suite for Neuro-AI research across all modalities, providing efficient data loaders (NeuralSet), curated datasets (NeuralFetch), scalable training (NeuralTrain), and unified benchmarking (NeuralBench) for building and evaluating neuroscience foundation models (Meta FAIR, 270+ stars, MIT License, 2026)
- [CEBRA (Nature 2023)](https://github.com/AdaptiveMotorControlLab/CEBRA) - Learnable latent embeddings for joint behavioral and neural analysis, enabling consistent and interpretable mapping of neural activity to behavior across modalities, species, and experiments (EPFL & Harvard, 1K+ stars)
- [Kilosort (Nature Methods 2024)](https://github.com/MouseLand/Kilosort) - Fast spike sorting with drift correction for extracellular electrophysiology, enabling universal neural spike sorting via deep learning on high-density neural probe recordings (MouseLand, 609+ stars)
- [SpikeInterface](https://github.com/SpikeInterface/spikeinterface) - Unified Python framework for extracellular electrophysiology, standardizing interfaces to 10+ ML-based spike sorting algorithms including Kilosort for reproducible neural spike sorting workflows (792+ stars, actively maintained)