Giter Club home page Giter Club logo

audience_engagement_analysis's Introduction

Audience Behaviour Analysis

Run using following command

python face_recog_track.py
How long you wanna capture video for:12
Press Enter when you are ready

Video is captured
Generating AU files
AU calculation started

------------------------Output--------------------------
FEAR 5.661862734615385
------------------------Output--------------------------
ANGER
2.9991877153846156
CONTEMPT
3.5831033076923076
SADNESS
1.7732346538461536
FEAR
5.661862734615385
DISGUST
1.2367517692307692
HAPPINESS
3.7495196538461535
SURPRISE
3.0184412461538455

Project TEAM

  • Amit
  • Anchal
  • Chanuwas
  • Juan
  • Manal

Installation

Windows

face_recognition

  1. Download and install scipy and numpy packages . Remember to grab correct version based on your current Python version.

  2. Download Boost library source code for your current MSVC from this link.

    • Extract the Boost source files into C:\local\boost_1_65_1

    • Create a system variable with these parameters:

      • Name: VS140COMNTOOLS
      • Value: C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\
    • Open Developer Command Prompt for Visual Studio and go to the current directory of Boost extracted and try these commands to compile Boost:

      • bootstrap
      • b2 -a --with-python address-model=64 toolset=msvc runtime-link=static
    • If you successfully compile Boost, it should create compiled files in stage directory.

  3. Grab latest version of dlib from this repo and extract it. Go to dlib directory and open cmd and follow these commands to build dlib:

        set BOOST_ROOT=C:\local\boost_1_65_1
        set BOOST_LIBRARYDIR=C:\local\boost_1_65_1\stage\lib
        python setup.py install --yes USE_AVX_INSTRUCTIONS`
  1. Now simply install face_recognition with pip install face_recognition.

opencv-python

pip3 install opencv-python

OpenFace

Refer this link

audience_engagement_analysis's People

Contributors

anchalkpr avatar chasusc avatar manalgandhi avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.