Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] SignWriting Textual Description #130

Closed
AmitMY opened this issue Jan 18, 2024 · 5 comments
Closed

[Feature] SignWriting Textual Description #130

AmitMY opened this issue Jan 18, 2024 · 5 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@AmitMY
Copy link
Contributor

AmitMY commented Jan 18, 2024

Problem

Understanding how to perform SignWriting exactly can be a little difficult to non-linguists.

Description

In addition to illustration (#114), we can include textual description of SignWriting.
In a zero-shot setting, we can describe where every symbol is placed, and it's name, and ask ChatGPT to describe it

Given the signs:

𝠃𝤘𝤣񁲡𝣳𝣩񈩧𝤉𝣻 
𝠃𝤘𝤧񃊫𝣻𝤕񃊢𝣴𝣼񆇡𝤎𝤂񋛕𝤆𝣦 񏌁𝣢𝤂

I would like to send them to ChatGPT as an image + as a rough textual description (hand 5 fingers, alternating arrows, and positions), and get "wave an open hand back and forth" or something similar

@AmitMY AmitMY added the enhancement New feature or request label Jan 18, 2024
@AmitMY
Copy link
Contributor Author

AmitMY commented Jan 19, 2024

@AmitMY AmitMY added the good first issue Good for newcomers label Jan 19, 2024
@AmitMY
Copy link
Contributor Author

AmitMY commented Jan 22, 2024

Implemented in 794c64c - does not perform well

@AmitMY AmitMY closed this as completed Feb 4, 2024
@ashar02
Copy link

ashar02 commented Feb 9, 2024

Hi, I saw the commit 794c64c it is uing the api /api/signwriting-description. But in cloud function no route is there for signwriting-description? Is there something that you will commit later on?

@AmitMY
Copy link
Contributor Author

AmitMY commented Feb 9, 2024

We are using this implementation - https://github.com/sign-language-processing/signwriting-description
Just deployed using python on a GCP instance, and routed in the project definition:

translate/firebase.json

Lines 95 to 96 in 91f1806

"source": "/api/signwriting-description",
"function": "signwriting_description"

@ashar02
Copy link

ashar02 commented Feb 9, 2024

On sign.mt are you using GPT or naive for signwriting description?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants