Skip to content

3akare/Drater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drater

A multi-modal system for real-time sign language translation

OpenSSF Scorecard

Build

  1. Install Docker
  2. Clone the repository
git clone https://github.com/3akare/Drater.git`
  1. Navigate to the directory
cd Drater

Note:

  • Create a .env file in the root directory (Drater/.env) and another in the nlp folder (Drater/nlp/.env).
  • In both .env files, store your Gemini API key as follows: GEMINI_API_KEY="**************"
  • Download the latest model (.keras) from the repository's releases section and place it in lstm/models/.
  • In the lstm/models/ directory, create a label_map.json file and paste the JSON labels as stated in the model's release notes.
  1. Build and Run
docker-compose up --build
  1. Visit http://localhost:80 to use the application.

Available Gestures

This is dependent on the model being used. Check the model's release notes for more details.

View Drater's Interactive Report

About

Multi-modal system for real-time sign language translation

Resources

License

Stars

Watchers

Forks