Mishra-Shreya / Sanket

Sanket is an Android based Indian Sign Language Mediator App.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sanket

Introducing... SANKET - Speech to Indian Sign Language Translator

Getting Started

Sanket is (currently) an Android based Indian Sign Langauge Mediator mobile app made using Flutter and Blender. It is a virtual interpreter that translates Speech to Indian Sign Language (ISL) and helps to bridge the communication gap between people of the speaking community and the deaf & hard of hearing (DHH) community.

This project's created as a part of school-pbl-activity.

... Project's still under development 😉 ...

Table of contents

Installation

Step 1:

Download or clone this repo by using the link below:

https://github.com/Mishra-Shreya/Sanket.git

Step 2:

Go to project root and execute the following command in console to get the required dependencies:

flutter pub get 

Folder Structure

Here is the core folder structure.

flutter-app/
|- android
|- assets
|- ios
|- lib
|- test

Here is the folder structure we have been using in this project

lib/
|- main.dart
|- speechToSign.dart
|- utils.dart

Now, lets dive into the lib folder which has the main code for the application.

1- main.dart - This is the starting point of the application. 
2- speechToSign.dart — This file is the heart of the application. Major application level configurations : Home Screen UI, Translation logic are defined in this file.
3- utils.dart — This file contains all the utilities such as list for phrases, words, letters, etc for your translation.

Screenshots

Splash Screen On Startup During Translation On Refresh

Demo

Conclusion

I will be happy to answer any questions that you may have, and if you want to lend a hand with the Sanket then please feel free to submit an issue and/or pull request 🙂

If you liked my work, don’t forget to ⭐ star the repo to show your support.

About

Sanket is an Android based Indian Sign Language Mediator App.

License:MIT License


Languages

Language:Dart 97.2%Language:Swift 2.0%Language:Kotlin 0.6%Language:Objective-C 0.2%