Skip to content

Text2Sign is a library to fetch the equivalent video for words in sign language.

License

Notifications You must be signed in to change notification settings

Waasi/text_2_sign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text2Sign

Build Status

Text to Sign Language Translator Elixir Library. It uses the resources in https://www.signingsavvy.com/ to translate a list of words to sign language.

Installation

  1. Add text_2_sign to your list of dependencies in mix.exs:
def deps do
  [{:text_2_sign, git: "https://github.com/Waasi/text_2_sign"}]
end

Usage

Text2Sign.Translator Module translate/1
Text2Sign.Translator.translate ["Hello", "World"] # => [hello_sign_video_url, world_sign_video_url]

Contributing

  1. Fork it ( https://github.com/[my-github-username]/text_2_sign/fork )
  2. Create your feature branch (git checkout -b feature/my_new_feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Special Thanks To:

The people @ Signing Savvy for all the resources that made this library possible.

About

Text2Sign is a library to fetch the equivalent video for words in sign language.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages