Amit Moryossef

Results 178 issues of 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 ![image](https://user-images.githubusercontent.com/5757359/179167145-12988615-da1a-4664-bb1f-32ba7cf1aa16.png) but can be rendered like this ![image](https://user-images.githubusercontent.com/5757359/179167200-270746a0-e661-4965-8b9c-71a53008e364.png) I am wondering...

enhancement

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...

enhancement

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

enhancement
signed-to-spoken

- 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...

enhancement

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...

enhancement
good first issue
help wanted

### 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...

enhancement