Skip to content

Mobile app to Translate Indian Sign Language (ISL) into Multiple Indian Languages.

Notifications You must be signed in to change notification settings

avionmission/Sanketuvach-mobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sanketuvach-mobile

Set up for Server (Flask)

  1. Find this line of code in main.py and add the absolute path for server/models/model.h5:
recognizerAlpha = AlphabetsRecognizer(model_path='/home/avinash/Documents/Sanketuvach-mobile/server/models/model.h5')
  1. Install dependencies
cd server
pip install -r requirements.txt
  1. Run the flask server
python3 main.py

Setup and run client (react-native mobile app):

  1. Go to client directory:
cd client
  1. Install dependencies:
npm install
  1. Run the expo app:
npx expo start

How to Contribute

  1. Fork the repo
  2. Clone the repo
git clone https://github.com/[yourusername]/Sanketuvach-mobile
  1. Make changes and push in your forked repo
git add .
git commit -m "Your Commit Message"
git push
  1. Make a pull request from github

About

Mobile app to Translate Indian Sign Language (ISL) into Multiple Indian Languages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published