Pinned Repositories
bulk-file-transformer
A browser-based tool that allows you to define a custom JavaScript function which is used to transform/convert/rename/etc a folder of files (using the new File System Access API).
clip-image-sorter
Sort a folder of images according to their similarity with provided text in your browser (uses a browser-ported version of OpenAI's CLIP model and the web's new File System Access API)
getVideoFrames.js
Simple JavaScript library to break a video down into individual frames (uses WebCodecs API and MP4Box.js)
gpt-2-3-tokenizer
GPT-2/3 tokenizer based on @latitudegames/GPT-3-Encoder that works in the browser and Deno
is-vpn
Check if an IP is a VPN or datacenter. Based mainly on daily-updated public VPN/datacenter IP lists. Free, open source, no API subscriptions required ๐ (at the cost of accuracy ๐ณ)
onnxscript-editor
ONNX Script editor & visualiser running completely in the browser thanks to Pyodide and Netron
openai-clip-js
OpenAI's CLIP model ported to JavaScript using the ONNX web runtime
OpenCharacters
Simple little web interface for creating characters and chatting with them. It's basically a single HTML file - no server. Share characters using a link (character data is stored within the URL itself). All chat data is stored in your browser using IndexedDB. Currently supports OpenAI APIs and ~any Hugging Face model.
rwkv-v4-web
BlinkDL's RWKV-v4 running in the browser
super-resolution-js
SOTA image super-resolution in JavaScript/Wasm using an ONNX-ported SwinIR model
josephrocca's Repositories
josephrocca/emoji-and-symbol-regex
A regex to match emojis and symbols like โโฌโพโคโชโโโโงโ which aren't technically emojis. Based on @mathiasbynens/emoji-regex
josephrocca/cloud-storage-comparison
Performance comparisons of cloud backup storages as Duplicacy backends
josephrocca/anchors
josephrocca/backblaze-b2
Node.js Library for the Backblaze B2 Storage Service
josephrocca/badwords
A javascript filter for badwords
josephrocca/bmp-js
A pure javascript BMP encoder and decoder for node.js
josephrocca/code-server
VS Code in the browser
josephrocca/database-node
Node.js client for Repl.it Database
josephrocca/deno
A secure JavaScript and TypeScript runtime
josephrocca/en.javascript.info
Modern JavaScript Tutorial
josephrocca/ffmpeg.js
FFmpeg for browser and node, powered by WebAssembly
josephrocca/FileSaver.js
An HTML5 saveAs() FileSaver implementation
josephrocca/filtrex
A simple, safe, JavaScript Filter Expression compiler for end-users
josephrocca/fish-shell
The user-friendly command line shell.
josephrocca/gentle-intro
A gentle Rust tutorial
josephrocca/hashbrown
Rust port of Google's SwissTable hash map
josephrocca/inliner
Node utility to inline images, CSS and JavaScript for a web page - useful for mobile sites
josephrocca/kakoune
mawww's experiment for a better code editor
josephrocca/ml5-website
ml5.js website
josephrocca/Names
A comprehensive database of name variants
josephrocca/node-XMLHttpRequest
XMLHttpRequest for node.js
josephrocca/node-zstandard-2
Node.js interface to Zstandard (zstd)
josephrocca/pica
Resize image in browser with high quality and high speed
josephrocca/pluralize
Pluralize or singularize any word based on a count
josephrocca/restic
Fast, secure, efficient backup program
josephrocca/rust-by-example
Learn Rust with examples (Live code editor included)
josephrocca/terser
๐ JavaScript parser, mangler and compressor toolkit for ES6+
josephrocca/top-words-unique-to-english
Top 4000+ words that are (spelling-wise) unique to English
josephrocca/training-dcgan
josephrocca/webxr-samples
Samples to demonstrate use of the WebXR Device API