Skip to content

Tutorials

PrimateFace provides practical tutorials demonstrating various applications of primate facial analysis across different species and use cases.

Available Tutorials

🐵 Application Notebooks

Our Jupyter notebooks demonstrate real-world applications:

1. Lemur Face Visibility Time-Stamping

Track when lemur faces are visible in video footage for behavioral analysis.

2. Macaque Face Recognition

Identify individual macaques using facial landmarks and features.

3. Howler Vocal-Motor Coupling

Analyze facial movements during vocalizations in howler monkeys.

4. Gaze Following Analysis

Track primate gaze direction for social behavior studies.

5. Data-Driven Discovery of Facial Actions

Use unsupervised methods to discover facial action patterns.

6. Cross-Subject Neural Decoding

Decode facial actions from neural recordings across subjects.

Running the Notebooks

Local Setup

# Clone the repository
git clone https://github.com/KordingLab/PrimateFace.git
cd PrimateFace

# Install dependencies
pip install -e .

# Launch Jupyter
jupyter notebook demos/notebooks/

Google Colab

Each tutorial is available on Google Colab for easy access without local setup:

Tutorial Colab Link
Lemur Time-Stamping Open In Colab
Macaque Recognition Open In Colab
Gaze Following Open In Colab

Framework-Specific Examples

Need Help?