Introducing... SANKET - Speech to Indian Sign Language Translator
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 😉 ...
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
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.
Splash Screen | On Startup | During Translation | On Refresh | ||
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.