Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.45 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.45 KB

Slingo Sign Language Detection Models

Storing deep learning, pre trained tensorflowJS exports of object detection models for British Sign Language recognition. Also contains the majority of the dataset of images used to train the 2 models for the 2 different categories 'Greetings' and 'Family'. These models are used in a BSL educational platform called Slingo which was a University of Bath project completed as a team of 7 members.

Slingo repository:

https://github.com/niccolosottile/Slingo

Object detection model architecture is based on the tutorial from Nicholas Renotte:

https://www.youtube.com/watch?v=yqkISICHH-U&ab_channel=NicholasRenotte

The github code used in this tutorial can be found here:

https://github.com/nicknochnack/TFODCourse

To use the detection models in a JavaScript file, copy the raw Github link for the model.json file to load it into a project:
image

image

image

image

image