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/lit-encoder-js
LiT (Zero-Shot Transfer with Locked-image text Tuning) image and text encoder models, working in the browser
josephrocca/image-to-line-art-js
Image to line art / sketch with JavaScript
josephrocca/onnx-typecast
Script to typecast ONNX model parameters from INT64 to INT32.
josephrocca/dalle-encoder-decoder-js
A JavaScript port of OpenAI's DALL-E encoder/decoder (using TensorFlow.js)
josephrocca/dither-js
A copy-paste of some code from Surma's dither demo to turn it into its own JS library.
josephrocca/annoy-js-test
Testing Wasm build of Rust port (https://github.com/hanabi1224/RuAnnoy) of annoy (https://github.com/spotify/annoy)
josephrocca/awesome-jax
JAX - A curated list of resources https://github.com/google/jax
josephrocca/CLIP
Contrastive Language-Image Pretraining
josephrocca/coi-serviceworker
Cross-origin isolation (COOP and COEP) through a service worker for situations in which you can't control the headers (e.g. GH pages)
josephrocca/content
The content behind MDN Web Docs
josephrocca/embeddinghub
A vector database for machine learning embeddings.
josephrocca/esaxx-pure-rs
Copy of Narsil/esaxx-rs (fast suffix array and frequent substrings), but without the C stuff
josephrocca/flaxmodels
Pretrained models for Jax/Flax: StyleGAN2, GPT2, VGG, ResNet.
josephrocca/ForumMagnum
The development repository for LessWrong2 and the EA Forum, based on Vulcan JS
josephrocca/funthreads
Multi-threading library for Node.js which allows run functions in thread.
josephrocca/gemoji
Emoji images and names.
josephrocca/ICT
High-Fidelity Pluralistic Image Completion with Transformers (ICCV 2021)
josephrocca/jax-md-web-test
Running JAX-MD molecular dynamics / particle simulation in the browser
josephrocca/MiDaS
Code for robust monocular depth estimation described in "Ranftl et. al., Towards Robust Monocular Depth Estimation: Mixing Datasets for Zero-shot Cross-dataset Transfer, TPAMI 2020"
josephrocca/nlprule
A fast, low-resource Natural Language Processing and Text Correction library written in Rust.
josephrocca/pml-book
"Probabilistic Machine Learning" - a book series by Kevin Murphy
josephrocca/projected_gan
[NeurIPS'21] Projected GANs Converge Faster
josephrocca/simple-deno-cors-proxy
Deno CORs request proxy
josephrocca/stylegan3
Official PyTorch implementation of StyleGAN3
josephrocca/synclink
josephrocca/syntect
Rust library for syntax highlighting using Sublime Text syntax definitions.
josephrocca/tfjs
A WebGL accelerated JavaScript library for training and deploying ML models.
josephrocca/tfjs-models
Pretrained models for TensorFlow.js
josephrocca/TokenCut
pytorch implementation of "Self-supervised transformers for unsupervised object discovery using normalized cut"
josephrocca/transformers
🤗Transformers: State-of-the-art Natural Language Processing for Pytorch and TensorFlow 2.0.