Skip to content

Explore the intersection of technology and healthcare with our ‘Face Emotion Detection for Alzheimer’s Care’ project. This repository is dedicated to developing AI-driven solutions to understand and respond to the emotional states of Alzheimer’s patients, aiming to improve their quality of life.

Notifications You must be signed in to change notification settings

jelendu/face-emotion-detection-alzheimers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Facial Emotion Detection in Alzheimer’s Patients

Overview

This project applies machine learning to detect facial emotions in Alzheimer’s patients, with the goal of aiding in their care and understanding their emotional states.

Installation

Ensure you have Python installed, then set up your environment with the required libraries:

•	PyTorch: For creating deep learning models.
•	EfficientNet PyTorch: An efficient model for deep learning.
•	TorchSampler: For imbalanced dataset handling.

For the main libraries:

  • pip install torch torchvision efficientnet_pytorch torchsampler – Installs PyTorch, torchvision, EfficientNet, and TorchSampler.

For emotion detection:

  • pip install fer – Installs the FER library for facial emotion recognition.
  • pip install ffmpeg moviepy – Installs ffmpeg and moviepy, necessary for video processing.

Data Augmentation

The code includes data augmentation techniques to improve model robustness, avoiding bias by excluding ‘ColorJitter’.

Emotion Detection

The project uses the FER library to detect emotions in images, presenting the detected emotions with bounding boxes.

Contribute

This project welcomes feedback, corrections, and collaborations to improve and expand its impact.

For detailed instructions, please refer to the comments within the code in the Jupyter Notebook.

About

Explore the intersection of technology and healthcare with our ‘Face Emotion Detection for Alzheimer’s Care’ project. This repository is dedicated to developing AI-driven solutions to understand and respond to the emotional states of Alzheimer’s patients, aiming to improve their quality of life.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published