Jeremy Watt

Results 13 issues of Jeremy Watt

Building on [903](https://github.com/xenova/transformers.js/pull/903) this updates the remainder of examples' dependencies to v3. This involves two simple updates - first to dependency in relevant `package.json` files ``` "@xenova/transformers": "github:xenova/transformers.js#v3" --> "@huggingface/transformers":...

Using a fork of the main branch here I built [this new pattern](https://github.com/neonwatty/kamal-quake) for running a dockerized quakejs via https. It requires no manual reverse proxy setup / configuration or...

I wanted to quickly test the recently released model on a Linux machine via the terminal, so I put together a simple [Colab notebook](https://colab.research.google.com/drive/1YWEISZD3OTr4L11g8-PK4l0H7dQXarUo#scrollTo=BWF1MMYsbDaf) that includes the necessary installation and...

Following #181 - this is a small update adding [a Collab notebook link](https://colab.research.google.com/drive/1YWEISZD3OTr4L11g8-PK4l0H7dQXarUo#scrollTo=cIFDpd9TzsAM) to the README - which lets users install and explore BitNet without any local setup. Edit permissions...

Following #58 - should we add an option to encrypt (in-container) the uploaded images so that they are only viewable in-app?

enhancement

### Discussed in https://github.com/neonwatty/meme-search/discussions/49 Originally posted by **croche2574** December 14, 2024 Add an option to upload images to the storage. I run this on my NAS and adding files would...

enhancement
good first issue

increase max upload size in `.streamlit/config.toml` ``` [server] maxUploadSize = 500 ``` Add progress bar for completion.

enhancement

Here I propose the addition of a simple mult-selector dropdown component as illustrated in the gif below ![multiselect_dropdown_example](https://github.com/user-attachments/assets/7d40680b-e1b2-4121-8ef5-fda647383adf) This PR includes functionality for this component, including the following new files...