Skip to content
This repository has been archived by the owner on Jun 30, 2019. It is now read-only.

pedroduartecosta/js-neural-network-facial-expressions

 
 

Repository files navigation

IART-FEUP - Neural network to rate facial expressions.

Contributors

  1. Maria João Mira Paulo
  2. Nuno Miguel Mendes Ramos
  3. Pedro Duarte da Costa

Index

  1. Introduction
  2. Resources
  3. Project Structure

Introduction

In this project, we are going to implement a neural network for recognizing Grammatical Facial Expressions (GFEs) used in the Brazilian Sign Language. To do so we'll use ConvNetJS, a Javascript library, to train a neural network using backpropagation algorithms.

Resources

Project Structure

Pre-processed

JSON formated pre-processed data can be found in the folder JSON inside each experiment.

Processed points

Raw

Grammatical Facial Expressions for Brazilian Sign Language

The dataset is organized in 36 files: 18 datapoint files and 18 target files, one pair for each video which compose the dataset.The name of the file refers to each video: the letter corresponding to the user (A and B), name of grammatical facial expression and a specification (target or datapoints).

Contains:

  • Datapoints files (* _ datapoints.txt): a timestamp (double) and 100 numeric attributes (double)

  • Targets files (* _ targets.txt): a class attribute (interger)

Small CLI python program to parse datapoints in a .txt files to usefull data in .json format

Project reports.

WebApp Screenshot

App Screenshot

About

Neural network to facial expression recognition

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.8%
  • Python 29.5%
  • HTML 18.9%
  • CSS 1.8%