Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.32 KB

File metadata and controls

45 lines (28 loc) · 1.32 KB

VisualEmotionReading

About this app

This computer-vision app will visually read the human emotions from any video or Web-CAM in real-time. This application developed using Open-CV & another brilliant model calls DeepFace. This project is for the intermediate Python developer & Data Science Newbi's.

How to run this app

(The following instructions apply to Posix/bash. Windows users should check here.)

First, clone this repository and open a terminal inside the root folder.

Create and activate a new virtual environment (recommended) by running the following:

python3 -m venv venv
source venv/bin/activate

Install the requirements:

pip install -r requirements.txt

Run the model Visual Reading-App:

python peopleEmotionRead.py

Make sure that you are properly connected with a functional WebCam (Preferably a separate external WebCam) & mount that at a pre-defined distance from the subjects.

Screenshots

demo.GIF

Resources