From f3b106c20e6dcf9dbe2f86b4d6204de7208d4a7d Mon Sep 17 00:00:00 2001 From: Kenneth Sun Date: Fri, 28 Oct 2022 15:29:49 -0400 Subject: [PATCH 1/2] Add sl-translator members to readme --- README.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/README.md b/README.md index 8f4622b..f1f4d32 100644 --- a/README.md +++ b/README.md @@ -308,6 +308,54 @@ The aim of this project is to enhance security when modifying encrypted data. Us ## 9. [Sign language translator](https://github.com/MSU-AI/SignLanguageTranslator) Given camera [ASL](https://en.wikipedia.org/wiki/American_Sign_Language) input, outputs English. + + + + + + + + + + + + +
+ + +
+ spesthecat +
+ + +
+ adityapandey1221 +
+ + +
+ grosskir +
+ + +
+ michaelborek +
+ + +
+ Dao Hoang Anh +
+ + +
+ langerno +
+ + +
+ npaigalikar +
## 10. [Milburn Pennybags-Monopoly AI](https://github.com/MSU-AI/milburn-monopoly-ai) AI for the board game Monopoly that will be trained by Reinforcement Learning. It's name is Milburn. After living a long and succesfull life it was time for Mr. Milburn Pennybags to come to terms that his life is almost over. Behind him he left the biggest real-estate empire known to humankind. But, he could not accept the fact that it all may disapear since he does not have a worthy successor. So he came up with an idea to hire data scientists from MSU to build him an AI that will be as good as him and if not better. His goal is to make this AI own the world! Will the team create a money making machine or a money burner, we shall find out... From 53dad4777f3d3367605d97a76433bbbd76d82160 Mon Sep 17 00:00:00 2001 From: Kenneth Sun Date: Fri, 28 Oct 2022 15:48:09 -0400 Subject: [PATCH 2/2] Elongate sl-translator project description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1f4d32..547922c 100644 --- a/README.md +++ b/README.md @@ -307,7 +307,7 @@ The aim of this project is to enhance security when modifying encrypted data. Us ## 8. [AI firewall](#) ## 9. [Sign language translator](https://github.com/MSU-AI/SignLanguageTranslator) -Given camera [ASL](https://en.wikipedia.org/wiki/American_Sign_Language) input, outputs English. +We aim to create a web application that translates [American Sign Language](https://en.wikipedia.org/wiki/American_Sign_Language) into English. We will use hand/finger tracking and possibly pose detection to recognize individual signs, which is then translated into English by natural language processing.