Skip to content

Sanket is an Android based Indian Sign Language Mediator App.

License

Notifications You must be signed in to change notification settings

Kunnal03/Sanket

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

assets/
|- ISL_Gifs/
|- letters/
|- logo/


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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 97.2%
  • Swift 2.0%
  • Other 0.8%