Amit Moryossef
Amit Moryossef
Trying to install this repository: ```bash pip install git+https://github.com/xplip/pixel ``` > > Collecting git+https://github.com/xplip/pixel > Cloning https://github.com/xplip/pixel to ./tmp/pip-req-build-ijxd55pn > Running command git clone --quiet https://github.com/xplip/pixel /home/nlp/amit/tmp/pip-req-build-ijxd55pn > Resolved https://github.com/xplip/pixel...
you would need to set `PYPI_API_TOKEN`, and every time you create a github "release" it would release to pypi
I work with a 2D script (Sutton SignWriting), which specifies characters, and their 2D position. Linearly looks like this  but can be rendered like this  I am wondering...
In your work, it seems like the decoder is only used to pre-train the model, and then discarded for downstream tasks, and only the encoder is being used. Is there...
Running the `test_page` example in this repository left me wowed, but also with a little bad taste, as for the complexity of how much code one needs to write/copy in...
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...