mdsr commited on
Commit
ac78af3
·
verified ·
1 Parent(s): e223442

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -1
README.md CHANGED
@@ -5,6 +5,27 @@ colorFrom: pink
5
  colorTo: purple
6
  sdk: static
7
  pinned: false
 
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  colorTo: purple
6
  sdk: static
7
  pinned: false
8
+ short_description: Machine translation solutions for Sign Languages.
9
  ---
10
 
11
+ # Sign Language Translator (SLT-AI)
12
+
13
+ The **Sign Language Translator (SLT)** is a Python library & framework to build custom translators and translate between Sign Language & Text with AI.
14
+ Whether you're building applications for accessibility, education, or research, SLT provides powerful tools for sign language processing.
15
+ [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github)](https://github.com/sign-language-translator/sign-language-translator/)
16
+
17
+ ## Available Spaces (live models)
18
+
19
+ 1. [**ConcatenativeSynthesis Space**](https://huggingface.co/spaces/sltAI/ConcatenativeSynthesis): A web interface for translating spoken language text to sign language using rule based video concatenation. (multilingual)
20
+
21
+ ## Datasets
22
+
23
+ ### Croud-sourced Datasets
24
+
25
+ 1. [**Texts to Sign Language (Rule Based Translation) Corpus**](https://huggingface.co/datasets/sltAI/crowdsourced-text-to-sign-language-rule-based-translation-corpus): These are the logged text inputs to the ConcatenativeSynthesis model.
26
+
27
+ ## Get Started
28
+
29
+ To use SLT models, explore the available models and spaces. Feel free to contribute, fine-tune, or create your own sign language models!
30
+
31
+ ---