translate
translate copied to clipboard
Effortless Real-Time Sign Language Translation
In signed-to-spoken translation, add: - [ ] copy to copy the output text - [ ] share to share the text AND link to the current translation https://capacitorjs.com/docs/apis/clipboard
- Offline translation implemented - Online translation for bergamot models implemented ## Description Ideally, instead of supporting only online translation, requiring an internet connection, we should support offline translation as...
### Problem Currently, all requests are unauthenticated. We ideally want to prevent unauthorized requests to our storage, database, and APIs ### Description We should use Firebase AppCheck for storage and...
Some small features and fixes to be addressed: - [x] For languages, we can use the browser to get the name by the current `new Intl.DisplayNames(['he'], {type: 'language'}).of('he')`, if that...
### Problem At the moment, models are included in the build distribution. This makes the build quite heavy, and native files too large and unappealing. ### Description Make an "artifacts...
## Expected Behavior Allow installing apps through the app store. Models should work fast on mobile as well. ## Actual Behavior - App is a PWA, installation only via the...
### Current Behavior Currently, we generate screenshots based on the device's `screen` https://github.com/sign/translate/blob/master/tools/mobile/metadata/devices.ts#L7 Then, using `imagemagick` pad the screenshot to fit the `viewport` https://github.com/sign/translate/blob/master/tools/mobile/metadata/metadata.ts#L25-L26 This causes two issues: 1. On...
## Expected Behavior The human pose viewer should be able to generate any face based on an encoding of a single image. ## Actual Behavior The current human pose viewer...
### Problem Right now, the 3d avatar, and human realistic avatars have a specific appearance. We would like to support custom appearances. ### Description This feature will have an interface...
### Current Behavior Generated videos (in this case, webm, but also mp4) have no duration. Maybe that's why they also don't show on iOS safari. https://user-images.githubusercontent.com/5757359/174503460-82f4eca1-2ed6-4fd2-879e-f3f837b3c917.mp4 ### Expected Behavior Videos...