/oldcare-ai

AI processing module for an intelligent oldcare monitor system

Primary LanguagePython

Old Care System—AI process module

Environment

  1. Please install CMake before install anything else. If you're using Linux, use the following command to install CMake:
sudo apt-get install cmake
  1. Install python packages with conda and the following packages:
  • ultralytics
  • pytorch
  • face-recognition
  • setuptools
  • opencv-python
  • numpy(1.26.4)
  • pillow
  • scikit-image
  1. Download the pre-trained model params based on the following link and put it in the params folder: here: GitHub-WuJie1010. The model is used in facial expression recognition.

Usage