Jeremy Watt
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?
### 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...
increase max upload size in `.streamlit/config.toml` ``` [server] maxUploadSize = 500 ``` Add progress bar for completion.
Here I propose the addition of a simple mult-selector dropdown component as illustrated in the gif below  This PR includes functionality for this component, including the following new files...