Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 980 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 980 Bytes

SRIP_Project

  • This is a repository for the SRIP project of IIT Gandhinagar.
  • The project is about face detection and emotion recognition using openCV and deep learning.
  • The project is divided into 2 parts:
    • Face detection
    • Emotion recognition
  • The project is implemented using 3 different models:
    • Caffe model
    • Yunet model
    • Progressive Teacher model with MobileFaceNet backbone
  • This repostory also contains a project which uses deepface library for emotion recognition. This program detects faces and displays the level of emotion on the face.
  • The project is implemented in python.

Project setup

-To start with this Project:

  • Clone this repo:

    git clone https://github.com/Micahget/SRIP_Projects.git
    git lfs install
    git lfs pull
  • Install the latest opencv-python:

    python3 -m pip install opencv-python
    # Or upgrade to the latest version
    python3 -m pip install --upgrade opencv-python