A multi-modal system for real-time sign language translation
- Install Docker
- Clone the repository
git clone https://github.com/3akare/Drater.git`- Navigate to the directory
cd DraterNote:
- Create a
.envfile in the root directory (Drater/.env) and another in thenlpfolder (Drater/nlp/.env). - In both
.envfiles, store your Gemini API key as follows:GEMINI_API_KEY="**************" - Download the latest model (
.keras) from the repository's releases section and place it inlstm/models/. - In the
lstm/models/directory, create alabel_map.jsonfile and paste the JSON labels as stated in the model's release notes.
- Build and Run
docker-compose up --build- Visit
http://localhost:80to use the application.
This is dependent on the model being used. Check the model's release notes for more details.