zzniki / precerca

Sign Language Translation App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sign Language Translation App

A prototype sign language translation web application made for my baccalaureate's research project.

This app translates basic Spanish Sign Language fingerspelling signs to text using Mediapipe HandPose and an implementation of a Naive Bayes Classifier.

Showcase

A 50-page document written in Catalan explaining all the inner workings and showcasing the final product can be found here.

app.mp4

Possible Improvements

These are some of the possible improvements and features that could be implemented if the project was updated.

Feature Classification

Instead of passing the hand's points directly to the classifier, which makes classification errors when the hand is rotated, image features could be extracted using the 7 moments of Hu.

Data Storage

Instead of storing the data as plain text files with numbers, data could be stored as raw binary files containing floating point numbers.

About

Sign Language Translation App


Languages

Language:Python 47.6%Language:JavaScript 27.5%Language:CSS 19.1%Language:HTML 5.7%Language:Procfile 0.1%