Indian Sign Language Translator

A near-real-time translator for Indian Sign Language using computer vision techniques.

Every project has a beautiful feature showcase page. It’s easy to include images in a flexible 3-column grid format. Make your photos 1/3, 2/3, or full width.

To give your project a background in the portfolio page, just add the img tag to the front matter like so:

---
layout: page
title: project
description: a project with a background image
img: /assets/img/12.jpg
---
This project uses OpenCV for face detection, YOLO-v3 for hand detection, and a SqueezeNet-based model for sign recognition.