1-day current streak·17-day longest streak
Hi 👋, I'm Aron > I’m a systems thinker and software engineer with a deep focus on solving hard, often overlooked problems - especially in areas like web development, algorithm…
Hi 👋, I'm Aron
> I’m a systems thinker and software engineer with a deep focus on solving hard, often overlooked problems - especially in areas like web development, algorithm design, low-level optimization, language engineering, and applied AI. My work is driven by a simple principle: build things that are genuinely useful and intellectually honest.
> Over the years, I’ve created and contributed to a wide range of client projects, OSS libraries, tools, and demos that push technical boundaries - from web frameworks, ultra-fast math libraries, and compact NLP systems for hybrid search and language identification, to encoders/decoders, domain-specific languages (DSLs), browser extensions, PWAs, agentic graph-reasoning workflows, and advanced multicore WebAssembly or JIT-optimized solutions for the web platform.
> I value *clarity*, *correctness*, and *elegance* over trends or hype - and prefer deep, focused work over shallow visibility.
> If you’re here because something I built helped you - or something I posted inspired you - that’s the best outcome I could hope for.
- 🛠️ These days, I'm building AI-driven web apps, libraries and open source software engineering tools
- easy-erechnung - The only cross-platform, fully open-source and AI-supported app to create valid Factur-X/ZuGPFeRD invoices (EU) - currently in beta, 1 year in development
- update-agents-md - Now that frontier LLMs support context sizes beyond 1M tokens and approach near-perfect recall, we can boost (local maxima) AI-assisted coding/codegen by packing all code into one prompt and let multiple models battle for the best solution, even without IDEs and Claude Code/OpenCode/Codex/Antigravity/Cursor etc. - sounds counter-intuitive, but it's extremely useful
- A stealth project that is too dangerous to reveal. Hint
- 🛠️ For bread & butter:
- KI.M - Prototyping advanced AI applications for media houses; building one of the first AI labs in bavaria (local AI, inference, training, ML research) - since early 2025
- HYOBAN.ai - Professional, AI-driven review management, analytics & competitor monitoring (cloud AI, APIs, ML research, agent engineering, prompt engineering, OpenAI startup partner) - since early 2024
- 🔬 Current focus interest:
2. High performance web tech (WebAssembly, SIMD, WebGPU, JIT optimization & co.), Rust-based multicore WebAssembly ports (prev. Emscripten/C)
3. LLMs, GPTs, RLHF, GRPO, QLoRA, ... (every non-vapor-paper)
4. ASTs, stack-based executors, DSLs
5. NLP/search algos, tokenizers, encoders
6. High performance audio synthesis, routing, sampling, mixing, and analysis algorithms
7. Web frameworks (see my work on
defuss, which re-invents the whole frontend web-tech wheel)- Some infra-tools for you (systems engineer focus):
EXPERIMENTAL
- 🔬 Novel algorithms and computer science / research projects I'm working on:
defuss framework umbrella for production use. e.g. see defuss/fastmath's vector lib - it provides 25 GFLOP/s vector calculations in-browser (!!!), while fast-dotproduct was already faster than JS with about 2 GLOP/s..
- Ringbuf.js - TypeScript port and JIT optimizations -- wait-free thread-safe single-consumer single-producer ring buffer using SharedArrayBuffer. PR
- RedakTool.ai - Browser extension for editors and professionals engaged in text-related research, writing, and evaluation tasks.
- langdetect-ts - Port of Google LangDetect, the state-of-the-art language ngram-based language detection (identification) library to TypeScript. Used in liquiprompt and RedakTool. EXPERIMENTAL. In transit to defuss/langid
- fast-dotproduct - Aims to be the fastest dot product calculation library for in-browser use. Backbone of RedakTool's vectorstore. EXPERIMENTAL. In transit to defuss/fastmath
- vectorstore - In-browser, vector store featuring very fast vector indexing, storage, serialization, product quantization and search (exact, kMeans, HNSW) balancing search quality and memory/computational constraints. Backbone of RedakTool's archive and NewsRadar topic following algorithm. Also used in liquiprompt for few-shot optimized exemplars. EXPERIMENTAL. In transit to defuss/vectorlite
- quality-prompts-js - Write Quality Prompts using auto-optimization. Use and evaluate prompting techniques quickly. Learnings used in liquiprompt for automatic prompt optimizations. EXPERIMENTAL. In transit to defuss/apl examples
- liquiprompt - The prompt language used in RedakTool. Simple but powerful prompt and RAG workflow templating language (DSL) featuring D(A/C)G parse/test/run orchestration. EXPERIMENTAL. In transit to defuss/apl
- clientside-search - "Lucene in the browser + Node.js"; highly efficient, isomorphic, full-featured, multilingual text search engine library, providing full-text search, fuzzy matching, document indexing and more [EXPERIMENTAL. In transit to defuss/search](https://github.com/kyr0/defuss/tree/main/packages/apl)
- easy-embeddings - In-browser vector embeddings made easy using WebGPU and WebAssembly acceleration.
- cross-llm - Abstract LLM/vector embedding implementation. A universal library to integrate with LLMs and Vector Embedding endpoints. Supports Node.js, Deno, Bun, Service Workers, Web Extensions. [ABANDONED. Use @vercel/ai - defuss/apl has a standard OpenAI adapter per-runtime]
- offline-geocode-city - smallest and fastest offline reverse geocoder for country/city on NPM, in-browser, Node.js, service worker, using S2 cell geometry
- @jsheaven/perf - an algorithm to estimate the average runtime and time-complexity (big O notation) of (a)sync algorithms in JavaScript/TypeScript projects
- brotli-unicode - a novel algorithm for encoding/decoding and character level compression/decompression with character-level compression rates of >500%. The compressed data is copy-pasteable without data loss
- base-unicode - a novel algorithm for encoding/decoding in a Unicode symbol plane that makes use of printable characters of all kinds of languages; this allows for thousands of symbols to be used instead of only 64 like in base64
- 🌟 Recently completed apps/websites:
INT3 step-debugging instruction in the Rust-based v86 -
- milkymilky.rocks - WinAmp style, shader based music visualization, rendered on the GPU wie WebGL/WebGPU in Electron
- 📚 My top completed JavaScript/TypeScript libraries/frameworks/developer tools:
esbuild based, super-fast and easy IIFE, ESM and CJS bundler for JS and TS; primarily for libraries, API- and CLI projects [ABANDONED. Use pkgroll or esbuild directly.]
- @jsheaven/create-from-git - scaffolds a new project using git checkout and smart, in-file string replacements. Comes with an API and CLI: npx create-from-git. Runs on Mac, Windows and Linux. TRANSITIONED: create-defuss
- @jsheaven/simply-persist - simple, solid CRUD-only client-side storage with session/localStorage persistency TRANSITIONED: defuss/webstroage core library
- @jsheaven/observed - explicit, Proxy-based reactive pattern implementation for objects of any depth TRANSITIONED: defuss/store core library
- @jsheaven/validalli - functional, well-tested, framework-agnostic (form) validation library based on the composition pattern [TRANSITIONED: defuss/transval core library](https://github.com/kyr0/defuss/tree/main/packages/defuss/src/webstorage)
- ⚒️ Re-implemented for educational purposes ("True knowledge lies in creation")
defuss/ssg - simple static site genration]
- PCemOnMac/PCemV17macOS - ported PCem, an emulator for old computers, to run dated software on DOS, Windows 3.11, Windows 95, Windows 98 to Mac
- @sprintype-org/springtype - a 4k nano-framework with a Virtual DOM implementation and React-like features; Colivery is built with it [ABANDONED. Led to the development of defuss]
- nes-ui-react - a SASS/SCSS design framework for an 8-bit UI reminisence look and feel, re-implemented the patterns of prominent UI frameworks; bootsector.games is built with it [NOTICE: Might transit to defuss/retro-ui one day...]
- Extanium2 - open-source re-implementation of ExtJS 4-
defuss ★ PINNED
Re-inventing the webdev ecosystem for determinism and simplicity - full featured; batteries included. React-like, Next.js-like, Shadcn-like, jQuery-like
TypeScript ★ 4 25d agoExplain → -
redaktool ★ PINNED
Browser extension for editors and professionals engaged in text-related research, writing, and evaluation tasks. This tool serves as a comprehensive "AI toolbox" enabling direct interaction with content on any website for extraction, translation, summarization, re-phrasing and more.
JavaScript ★ 17 1y agoExplain → -
base-unicode ★ PINNED
Encodes text and binary data to a subset of Unicode plane 1 (BMP). Runs in browser and Node.js. Symbol compression algo. Turns binary data into short, copy-pastable UTF-8 strings. URI-safe in modern browsers (for pasting, locally).
JavaScript ★ 13 4y agoExplain → -
libsharedmemory ★ PINNED
Cross-platform shared memory stream/buffer, header-only library for low-level IPC in C/C++ with FFI bindings for Rust, Zig and Go.
C++ ★ 50 3mo agoExplain → -
brotli-compress ★ PINNED
WASM based, asynchronous Brotli compression and decompression package that works in browsers and Node.js; CommonJS and ESM
TypeScript ★ 20 4y agoExplain → -
brotli-unicode ★ PINNED
A novel algorithm for encoding/decoding and character level compression/decompression with character-level compression rates of >500%. The compressed data is copy-pasteable without data loss.
JavaScript ★ 18 4y agoExplain → -
astro-launchpad
An Astro project template for decent projects: auth, i18next, Bootstrap, sitemap, webworker, robots.txt, preact, react, endpoints, endpoint clients, OAuth, various Astro features and data loading preconfigured
CSS ★ 55 3y agoExplain → -
turbo-hybrid-astro-on-vercel ▣
Astro 2.0 / turbo monorepo project template featuring hybrid rendering (SSG + SSR). Configured to deploy on Vercel.
Astro ★ 55 3y agoExplain → -
qwen3-omni-vllm-docker
Simple vLLM container deployment for Qwen3-Omni-30B-A3B-Instruct with up-to-date CUDA
Shell ★ 35 9mo agoExplain → -
Extanium ▣
Extanium is a OOP javascript framework for rapid & cross-plattform mobile application development in Appcelerator Titanium - ExtJS rewrite
JavaScript ★ 34 15y agoExplain → -
nes-ui-react
A design system that paints the web in 8 bits.
SCSS ★ 26 2y agoExplain → -
fast-qwen-asr-inference-vllm
FastAPI to serve Qwen-ASR with streaming support. Tested. Benchmarked. Flash Attention 2. Fast & Stable.
Python ★ 15 10d agoExplain → -
offline-geocode-city
217 kB, tiny offline reverse geocoding library that works anywhere, browser, Node.js, web worker. High performance (S2 cell based). Looks up country and nearest city, given GPS coordinates
TypeScript ★ 14 3y agoExplain → -
fast-dotproduct
dotProduct(vectorsA, vectorsB) / matmul in JIT-optimized JavaScript, WebAssembly/WASM using SIMD vector instructions. pthread, WebGPU, WebGL, WebNN experiments.
JavaScript ★ 14 1y agoExplain → -
easy-erechnung
Java-App for creating and validating Factur-X / ZuGFeRD / X-Rechnung invoices conforming with EU-Norm EN 16931.
Java ★ 13 2mo agoExplain → -
clientside-search
A highly efficient, isomorphic, full-featured, multilingual text search engine library, providing full-text search, fuzzy matching, phonetic scoring, document indexing and more, with micro JSON state hydration/dehydration in-browser and server-side.
TypeScript ★ 12 2y agoExplain → -
assemblyscript-js-wasm-interop-example
Quickly demonstrates how to pass data between JS and WASM context in the most efficient way (shared memory).
JavaScript ★ 11 7y agoExplain → -
microtune
Microtune is an AU/VST MIDI FX plugin. It allows to detune all 12 chromatic tones of any virtual instrument individually. +/- 100 cents per semitone. All major DAWs supported.
C++ ★ 10 4y agoExplain → -
vectorstore
In-browser, multi-lingual vector embedding and search
JavaScript ★ 9 1y agoExplain → -
port-vhoster
A simple HTTP vhost reverse proxy / port sharing implementation for node.js. Run multiple node HTTP servers (Domains, IP's) through one port.
JavaScript ★ 9 13y agoExplain → -
node-libsharedmemory
A node native module that allows to read shared memory cross-platform (raw and using StreamReader / StreamWriter abstractions)
JavaScript ★ 8 4y agoExplain → -
vanil ▣
Vanilla JSX + HTML + CSS compiler and static-site generator (SSG) [experimental]
TypeScript ★ 8 3y agoExplain → -
cross-llm
Universal library to integrate with LLMs. Supports Node.js, Deno, Bun, Service Workers, Web Extensions.
TypeScript ★ 7 1y agoExplain → -
Milky.js
Milky music visualizer for Mac, inspired by Ryan Geiss' work on the "Geiss" music visualizer
JavaScript ★ 4 1y agoExplain → -
easy-embeddings
Easy, fast and WASM/WebGPU accelerated vector embedding for the web platform. Locally and via API. Compatible with Browsers, Workers, Web Extensions, Node.js & co.
TypeScript ★ 4 1y agoExplain → -
lz-ts
LZ-based compression algorithm for TypeScript projects (Browser, Node.js)
TypeScript ★ 4 4y agoExplain → -
asm.ts
A AssemblyScript-like (TypeScript-like, JavaScript-like) language that compiles to native code using ts.asm
TypeScript ★ 4 4y agoExplain → -
MilkyApp
Milky music visualizer for Mac, inspired by Ryan Geiss' work on the "Geiss" music visualizer
C ★ 3 1y agoExplain → -
waldwicht
Waldwicht model family - Gemma 4 quantized down to < 3 GB for the Apple Silicon platform + Technical report on the extensive ablation study that resulted in component-based quantization.
C++ ★ 3 2mo agoExplain → -
trimp3
A simple cli app to trim single mp3 files (based on ffmpeg)
JavaScript ★ 3 11y agoExplain → -
quality-prompts-js
Write Quality Prompts - TypeScript/JavaScript edition. Use and evaluate prompting techniques quickly.
TypeScript ★ 3 2y agoExplain → -
Ornith-35B-FP8-E4M3-MTP
Grafting script and vLLM container inference runtime Makefile for kyr0/Ornith-35B-FP8-E4M3-MTP
Shell ★ 2 2d agoExplain → -
microbe
Multi-threading, SIMD-optimized Audio Engine for the web (experimental)
WebAssembly ★ 2 1y agoExplain → -
milkymilky-releases
MilkyMilky music visualizer public releases
★ 2 4y agoExplain → -
html-text-extractor
A Node.js library that extracts and structures text from HTML files for full-text search indexing.
HTML ★ 2 3y agoExplain → -
bonsai-garden-1bit-turboquant-mlx-server
Simple and fast inference server implementation for Prism ML 8B MLX 1bit
C++ ★ 1 2mo agoExplain → -
learning-music
An open source guide to learning all facets of fundamental music theory, composing and electronic music production. It's a lifetime project.
★ 1 9y agoExplain → -
update-agents-md
A smart source code globber that collects relevant code and puts it into your agent.md: npx update-agents-md
TypeScript ★ 1 1mo agoExplain → -
crispr-live-mlx
CrisprWhisper for Mac - MLX - inference code and 8b quants
Python ★ 1 5mo agoExplain → -
how-to-build-an-ai-home-lab-2026
No description.
HTML ★ 1 7mo agoExplain → -
hf-inspect
Inspects and analyzes HuggingFace models by name/URL provided and estimates/optimizes on-premise inference viability with CLI run/serve command recommendations for inference engines
★ 1 7mo agoExplain → -
lotto-ai
A fun project to predict the next german lottery numbers using an Attention LSTM neural network trained on the last 1000+ draws aka: A fancy random number generator ;)
JavaScript ★ 1 4mo agoExplain → -
better-minify-html ⑂
Extremely fast and smart HTML + JS + CSS minifier, available for Rust, Node.js, and WASM
Rust ★ 1 1y agoExplain → -
langdetect-ts
Google langdetect for the web platform. Detects 55 languages of of the box. Minimum 1 sentence input for >90% accuracy.
TypeScript ★ 1 1y agoExplain → -
pce-pb-linux-support
Linux support tool/driver for PCE-PB-N-series scales
JavaScript ★ 1 11y agoExplain → -
redaktool-website
Website of redaktool.ai
TypeScript ★ 1 2y agoExplain → -
articular
An experimental web-based synthesizer
TypeScript ★ 1 5y agoExplain → -
local-llm-fork ⑂
Everything I know about running LLMs locally
★ 0 1d agoExplain → -
vllm-jetspec ⑂
No description.
★ 0 7d agoExplain → -
Qwen3.6-35B-A3B-MTP-L4 ⑂
Deploy Qwen3.6-35B-A3B (Q4_K_XL) + MTP speculative decoding on a single NVIDIA L4 24GB — GCP g2-standard-8 — via the official llama.cpp Docker image. Decode-optimized to ~92–100 tok/s, lossless (full GPU residency + ECC-off).
★ 0 7d agoExplain → -
Wiki-BM25-search ⑂
Calculate term specificity for a single doc with BM25 formula by using Wikipedia IDF
★ 0 2y agoExplain → -
litellm-macos
Local LiteLLM proxy deployment for macOS
Python ★ 0 24d agoExplain → -
MV-SAM3D ⑂
SAM 3D Objects with Multi-view Images
★ 0 1mo agoExplain → -
dataroom ⑂
Give a query, get a dataroom. Pi + self-hosted Qwen3.6 research harness on a single L4.
★ 0 1mo agoExplain → -
claude-fuer-deutsches-recht ⑂
⚠️ Experimentelle Skill-Sammlung für deutsches Recht (Arbeits-, Gesellschafts-, Insolvenz-, Datenschutz-, Prozessrecht u.a.) – inzwischen verbessert und im Alltag getestet, aber weiterhin Experiment. Bitte selber ausprobieren, Issues/PRs willkommen! Keine Rechtsberatung. Mandatsgeheimnis (§§ 203/204 StGB, § 43e BRAO), DSGVO, US-Transfer, KI-VO & Co
★ 0 1mo agoExplain → -
nango ⑂
Build product integrations with AI.
★ 0 1mo agoExplain → -
nuextract ⑂
No description.
★ 0 1mo agoExplain → -
aidana-ai
Aidana.ai local voice agent for macOS
TypeScript ★ 0 11d agoExplain → -
SkillOpt ⑂
SkillOpt with local AI is a text-space optimizer that trains reusable natural-language skills for frozen LLM agents through trajectory-driven edits, validation-gated updates, and deployable best_skill.md artifacts.
★ 0 1mo agoExplain → -
ai-engineering-from-scratch ⑂
Learn it. Build it. Ship it for others.
★ 0 1mo agoExplain → -
nt-info-depot ⑂
Webpage for a wealth of learning for many things Windows NT visit: https://empyreal96.github.io/nt-info-depot/index.html
★ 0 5y agoExplain → -
supertonic ⑂
Lightning-Fast, On-Device, Multilingual TTS — running natively via ONNX.
★ 0 1mo agoExplain → -
mlx-lm ⑂
Run LLMs with MLX
★ 0 1mo agoExplain → -
BiRefNet-Tensorrt ⑂
The cpp inference of BiRefNet based on Tensorrt.
★ 0 1y agoExplain → -
fireredvad.com ⑂
No description.
★ 0 2mo agoExplain → -
mempalace ⑂
The best-benchmarked open-source AI memory system. And it's free.
★ 0 2mo agoExplain → -
riverst ⑂
Just a simple multimodal avatar interaction platform
★ 0 3mo agoExplain → -
HeadAudio ⑂
HeadAudio: An audio node/processor for real-time audio-driven viseme detection and lip-sync in browsers.
★ 0 6mo agoExplain → -
TalkingHead ⑂
Talking Head (3D): A JavaScript class for real-time lip-sync using full-body 3D avatars.
★ 0 2mo agoExplain → -
mlx-embeddings ⑂
MLX-Embeddings is the best package for running Vision and Language Embedding models locally on your Mac using MLX.
Python ★ 0 2mo agoExplain → -
omlx ⑂
LLM inference server with continuous batching & SSD caching for Apple Silicon — managed from the macOS menu bar
Python ★ 0 2mo agoExplain → -
mlx-prismml-eng ⑂
MLX: An array framework for Apple silicon
★ 0 3mo agoExplain → -
autokernel ⑂
Autoresearch for GPU kernels. Give it any PyTorch model, go to sleep, wake up to optimized Triton kernels.
★ 0 3mo agoExplain → -
fluid-audio-qwen3
No description.
Swift ★ 0 3mo agoExplain → -
SPARK_Qwen3.5-122B-A10B-NVFP4 ⑂
vLLM + Qwen3.5-122B-A10B-NVFP4 on NVIDIA DGX Spark (GB10/SM121) — single-GPU NVFP4 W4A4 with MTP speculative decoding, self-contained Docker build
★ 0 3mo agoExplain → -
ova ⑂
Outrageous Voice Assistant - Fully local end-to-end ASR + LLM + TTS pipeline using open weight models and a simple web based UI
Python ★ 0 3mo agoExplain → -
sglang-omni ⑂
SGLang Omni: High-Performance Multi-Stage Pipeline Framework for Omni Models
★ 0 3mo agoExplain → -
MetaClaw ⑂
Just talk to your agent — it learns and EVOLVES.
★ 0 3mo agoExplain → -
context-hub ⑂
No description.
★ 0 3mo agoExplain → -
local-ocr-pipeline
No description.
JavaScript ★ 0 4mo agoExplain → -
asr-sample-files
For testing ASR models with remote/public file support
★ 0 5mo agoExplain → -
Qwen3-ASR ⑂
Qwen3-ASR is an open-source series of ASR models developed by the Qwen team at Alibaba Cloud, supporting stable multilingual speech/music/song recognition, language detection and timestamp prediction.
★ 0 5mo agoExplain → -
kyr0
Hello, world! :)
★ 0 5mo agoExplain → -
qwen3-tts-mlx
Fast local inference of Qwen3-TTS on Mac, backed by mlx-audio
★ 0 5mo agoExplain → -
mlx-audio ⑂
A text-to-speech (TTS), speech-to-text (STT) and speech-to-speech (STS) library built on Apple's MLX framework, providing efficient speech analysis on Apple Silicon.
★ 0 5mo agoExplain → -
apl
APL is a Turing-complete, domain-specific language for writing multi‑step, branching LLM workflows (*Agentic Workflows*) in a **Markdown‑flavoured Jinja-syntax**
Python ★ 0 5mo agoExplain → -
apl-vscode
VS Code extension for APL - Syntax highlighting & more.
APL ★ 0 5mo agoExplain → -
fastmath
Ludicrously fast multicore math for web browsers using WebAssembly, SIMD-128 and Web Workers
TypeScript ★ 0 5mo agoExplain → -
Boxedwine ⑂
Emulator that can run 32-bit Windows programs/games on multiple platforms via Wine
C ★ 0 5mo agoExplain → -
FluidAudio ⑂
Frontier CoreML audio models in your apps — text-to-speech, speech-to-text, voice activity detection, and speaker diarization. In Swift, powered by SOTA open source.
Swift ★ 0 6mo agoExplain → -
mlx-webui
A simple inference server (OpenAI compatible) and a trivial WebUI for running/testing MLX models locally on Mac.
Python ★ 0 4mo agoExplain → -
kokoro_training ⑂
Training code for kokoro tts model
★ 0 7mo agoExplain → -
kokoro ⑂
https://hf.co/hexgrad/Kokoro-82M
★ 0 11mo agoExplain → -
CrisperWhisper ⑂
Verbatim Automatic Speech Recognition with improved word-level timestamps and filler detection
★ 0 1y agoExplain → -
nerfies.github.io ⑂
No description.
★ 0 2y agoExplain → -
Trilium ⑂
Build your personal knowledge base with Trilium Notes
★ 0 7mo agoExplain → -
community-content ⑂
Hetzner Online Community Project
Markdown ★ 0 7mo agoExplain → -
linkedin-to-zap ⑂
Chrome extension to extract LinkedIn profile data and send it to Zapier, Make, or any webhook-based automation tool.
★ 0 1y agoExplain → -
optillm ⑂
Optimizing inference proxy for LLMs
★ 0 1y agoExplain → -
AVeriTeC ⑂
No description.
★ 0 1y agoExplain → -
unsloth ⑂
Fine-tuning & Reinforcement Learning for LLMs. 🦥 Train OpenAI gpt-oss, DeepSeek-R1, Qwen3, Gemma 3, TTS 2x faster with 70% less VRAM.
Python ★ 0 8mo agoExplain → -
nanochat ⑂
The best ChatGPT that $100 can buy.
★ 0 8mo agoExplain → -
RoBERTa ⑂
'RoBERTa' (Liu et al., 2019) implementation from scratch in PyTorch
★ 0 2y agoExplain → -
Qwen3-Omni ⑂
Qwen3-omni is a natively end-to-end, omni-modal LLM developed by the Qwen team at Alibaba Cloud, capable of understanding text, audio, images, and video, as well as generating speech in real time.
★ 0 9mo agoExplain → -
factuality-slice ⑂
No description.
★ 0 10mo agoExplain → -
grain
The Grain (Educational) Language, Standard Library, Assembler, Disassembler, Bootloader, Operating System Kernel and Software Distribution
★ 0 10mo agoExplain → -
Far-Cry-1-Source-Full ⑂
Far Cry 1 Full Source (Developed by CryTek). For NON COMMERCIAL Purposes only. Leaked.
★ 0 2y agoExplain → -
tsgt ⑂
No description.
★ 0 2y agoExplain → -
CTAGDRC ⑂
An audio compressor plugin created with JUCE
★ 0 5y agoExplain → -
QuickRecorder ⑂
A lightweight screen recorder based on ScreenCapture Kit for macOS / 基于 ScreenCapture Kit 的轻量化多功能 macOS 录屏工具
Swift ★ 0 1y agoExplain → -
HaishinKit.swift ⑂
Camera and Microphone streaming library via RTMP and SRT for iOS, macOS, tvOS and visionOS.
Swift ★ 0 1y agoExplain → -
ollama_loadtest
Simple load tests for ollama LLM and embedding inferencing
Python ★ 0 1y agoExplain → -
dia-multilingual ⑂
A TTS model capable of generating ultra-realistic dialogue in one pass.
★ 0 1y agoExplain → -
website ⑂
Website of the JSCraftCamp in Munich
Svelte ★ 0 1y agoExplain → -
Milky_Linux
The Milky music visualizer for Linux.
Makefile ★ 0 1y agoExplain → -
webgpu-torch ⑂
Tensor computation with WebGPU acceleration
★ 0 1y agoExplain → -
js-dos ⑂
The best API for running dos programs in browser
★ 0 1y agoExplain → -
SpaceCadetPinball ⑂
Emscripten port of 3D Pinball for Windows – Space Cadet decompilation
★ 0 2y agoExplain → -
nt5src ⑂
Source code of Windows XP (NT5). Leaks are not from me. I just extracted the archive and cabinet files.
★ 0 3y agoExplain → -
lightningimg ▣
A transparent and safe image converter for Node.js, written in Rust. Encodes PNG, JPG, TIFF to WebP
JavaScript ★ 0 1y agoExplain → -
wallet ⑂
IOTA Wallet
JavaScript ★ 0 8y agoExplain → -
liquiprompt
Simple but powerful prompt and RAG workflow templating language.
TypeScript ★ 0 1y agoExplain → -
aime-ml-containers ⑂
AIME machine learning container (MLC) management system
★ 0 1y agoExplain → -
R1-V ⑂
Witness the aha moment of VLM with less than $3.
★ 0 1y agoExplain → -
email-builder-js ⑂
A free and open-source block-based email template builder.
★ 0 1y agoExplain → -
fundsp ⑂
Library for audio processing and synthesis
★ 0 1y agoExplain → -
ringbuf.js ⑂
Wait-free thread-safe single-consumer single-producer ring buffer using SharedArrayBuffer
★ 0 1y agoExplain → -
litsynth ⑂
A Web Audio API synth for demoscene written in literate javascript
★ 0 10y agoExplain → -
MS24 ⑂
IADT Y4 - Final Year Project: A web-based subtractive synthesizer 🥭🎹
★ 0 3y agoExplain → -
webOBXD ⑂
Oberheim OB-X inspired synth in a browser
★ 0 7y agoExplain → -
gibberish ⑂
Fast, JavaScript DSP library that creates JIT optimized audio callbacks using code generation techniques
★ 0 3y agoExplain → -
genish.js ⑂
a js library to compile optimized audio callbacks inspired by gen~
★ 0 3y agoExplain → -
ZUV ⑂
ZUgferd validator using Verapdf, discontinued because integrated into Mustangproject 2.0
★ 0 2y agoExplain → -
wasm-bindgen-rayon ⑂
An adapter for enabling Rayon-based concurrency on the Web with WebAssembly.
★ 0 1y agoExplain → -
rebrowser-patches ⑂
Collection of patches for puppeteer and playwright to avoid automation detection and leaks. Helps to avoid Cloudflare and DataDome CAPTCHA pages. Easy to patch/unpatch, can be enabled/disabled on demand.
★ 0 1y agoExplain → -
lightningimg-node
A transparent, fast and safe image converter for Node.js, written in Rust. Encodes PNG, JPG, TIFF to WebP
Rust ★ 0 1y agoExplain → -
better-minify-js ⑂
Extremely fast JavaScript minifier, available for Rust and Node.js
Rust ★ 0 1y agoExplain → -
qpwgraph ⑂
qpwgraph - A PipeWire Graph Qt GUI Interface
★ 0 1y agoExplain → -
7.css ⑂
A JS-independent, tree-shakeable CSS framework for building faithful recreations of the Windows 7 UI.
★ 0 1y agoExplain → -
XP.css ⑂
A CSS framework for building faithful recreations of operating system GUIs.
★ 0 3y agoExplain → -
kissfft ⑂
a Fast Fourier Transform (FFT) library that tries to Keep it Simple, Stupid
★ 0 1y agoExplain → -
hetzner_docs ⑂
Just some random guides and docs.
★ 0 6y agoExplain → -
astro ⑂
Build faster websites with Astro's next-gen island architecture 🏝✨
TypeScript ★ 0 1y agoExplain → -
astro-custom-renderer
A template to demonstrate how to write custom renderers and integrate third-party renderers/frontend frameworks in Astro.
TypeScript ★ 0 1y agoExplain → -
BlackHole ⑂
BlackHole is a modern macOS audio loopback driver that allows applications to pass audio to other applications with zero additional latency.
★ 0 1y agoExplain → -
geiss ⑂
The Geiss screensaver and Winamp music visualization plug-in
★ 0 1y agoExplain → -
transformers.js ⑂
State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server!
★ 0 1y agoExplain → -
AudioMass ⑂
Free full-featured web-based audio & waveform editing tool
★ 0 2y agoExplain → -
obs-StreamFX ⑂
StreamFX is a plugin for OBS® Studio which adds many new effects, filters, sources, transitions and encoders! Be it 3D Transform, Blur, complex Masking, or even custom shaders, you'll find it all here.
★ 0 2y agoExplain → -
GLiNER ⑂
Generalist and Lightweight Model for Named Entity Recognition (Extract any entity types from texts) @ NAACL 2024
★ 0 1y agoExplain → -
openai-logit-bias-classification-walkthrough ⑂
Learn how to use logit bias with OpenAI models to create highly-powerful classifiers in minutes.
★ 0 3y agoExplain → -
baguetter ⑂
Baguetter is a flexible, efficient, and hackable search engine library implemented in Python. It's designed for quickly benchmarking, implementing, and testing new search methods. Baguetter supports sparse (traditional), dense (semantic), and hybrid retrieval methods.
★ 0 1y agoExplain → -
transformer-explainer ⑂
Transformer Explained: Learn How LLM Transformer Models Work with Interactive Visualization
★ 0 1y agoExplain → -
exquisite-corpus ⑂
Put together a multilingual corpus from a variety of sources. Used for wordfreq and word embeddings.
★ 0 5y agoExplain → -
german-word-frequencies ⑂
Simple word to frequency mappings for the german language based on text corpora and using CISTEM stemmer.
★ 0 5y agoExplain → -
langdetect ⑂
Port of Google's language-detection library to Python.
★ 0 2y agoExplain → -
usearch ⑂
Fast Open-Source Search & Clustering engine × for Vectors & 🔜 Strings × in C++, C, Python, JavaScript, Rust, Java, Objective-C, Swift, C#, GoLang, and Wolfram 🔍
★ 0 1y agoExplain → -
onnxruntime ⑂
ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
C++ ★ 0 1y agoExplain → -
bypass-paywalls-chrome-clean ⑂
No description.
★ 0 1y agoExplain → -
quality-prompts ⑂
No description.
★ 0 2y agoExplain → -
web-llm ⑂
High-performance In-browser LLM Inference Engine
★ 0 2y agoExplain → -
onnx-convert ⑂
An ONNX converter script focused on embedding models
★ 0 2y agoExplain → -
neo ⑂
The application worker driven frontend framework
JavaScript ★ 0 2y agoExplain → -
smartprompt
Template language for prompting text-to-* AI models. Supports variables, defaults, conditions, loops, meta data and safely compiles. Runs in all JS/TS environments.
★ 0 2y agoExplain → -
translation-agent ⑂
No description.
★ 0 2y agoExplain → -
pico ⑂
Minimal CSS Framework for semantic HTML
★ 0 2y agoExplain → -
raptorgpt-ost ⑂
Original Soundtrack of RaptorGPT - Call of the Hallucination
Astro ★ 0 2y agoExplain → -
main ⑂
Automatized research at the touch of a button 👆
★ 0 2y agoExplain → -
lars_datasets ⑂
Lars's datasets
★ 0 2y agoExplain → -
wasm_webgpu ⑂
System headers for interfacing WebGPU from C programs compiled via Emscripten to WebAssembly
★ 0 2y agoExplain → -
hnswlib ⑂
Header-only C++/python library for fast approximate nearest neighbors
★ 0 2y agoExplain → -
hnswlib-wasm ⑂
hnswlib-wasm attempts to create a browser friendly version of hnswlib
★ 0 2y agoExplain → -
ts-expert-knowledge-base
Specific, up-to-date knowledge for LLM coding experts.
★ 0 2y agoExplain → -
docs ⑂
Astro documentation
★ 0 2y agoExplain → -
wysimark ⑂
The Wysiwyg Editor for Markdown: 100% CommonMark + GFM with Uploads and Image Resizing
★ 0 2y agoExplain → -
wysimark-standalone
No description.
TypeScript ★ 0 1y agoExplain → -
ffmpeg.wasm ⑂
FFmpeg for browser, powered by WebAssembly
★ 0 2y agoExplain → -
pyannote-audio ⑂
Neural building blocks for speaker diarization: speech activity detection, speaker change detection, overlapped speech detection, speaker embedding
★ 0 2y agoExplain → -
falcon ⑂
On-device speaker diarization powered by deep learning
★ 0 2y agoExplain → -
BeatDrop-Music-Visualizer ⑂
The Milkdrop2 Music Visualization Standalone, only for Windows
★ 0 2y agoExplain → -
bun ⑂
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
Zig ★ 0 2y agoExplain → -
4travelers
No description.
Astro ★ 0 2y agoExplain → -
astro-cookie-consent
Open source, client-side cookie consent management for your Astro website
★ 0 2y agoExplain → -
astro.new ⑂
No description.
★ 0 2y agoExplain → -
astroplate ⑂
Astroplate is a free starter template built with Astro, TailwindCSS & TypeScript providing everything you need to jumpstart your Astro project. Get started with Astroplate and save yourself hours of work!
★ 0 2y agoExplain → -
llm-attacks ⑂
Universal and Transferable Attacks on Aligned Language Models
★ 0 2y agoExplain → -
instagram-location-search ⑂
Finds Instagram location IDs near a specified latitude and longitude.
★ 0 3y agoExplain → -
starlight-clientside-search ⑂
🌟 Build beautiful, high-performance documentation websites with Astro
★ 0 3y agoExplain → -
vercel-email-html-forms
A Vercel project with an edge function to validate and send HTML form data for free. With captcha-free, top notch spam protection. (Using Sendgrid and OpenAI gpt-3.5-turbo)
★ 0 3y agoExplain → -
faiss-node ⑂
Node.js bindings for faiss
★ 0 3y agoExplain → -
location-share-proxy
No description.
Python ★ 0 3y agoExplain → -
location-tracker ⑂
Enjoy our curated collection of examples and solutions. Use these patterns to build your own robust and scalable applications.
★ 0 3y agoExplain → -
stablo-astro ⑂
Astro version of the Popular Stablo Blog Template
★ 0 3y agoExplain → -
Attention-CLX-stock-prediction ⑂
Attention-based CNN-LSTM and XGBoost hybrid model for stock prediction
★ 0 4y agoExplain → -
Multivariate-Analysis--Oil-Price-Prediction-Using-LSTM-GRU- ⑂
Comparing Long Term Short Memory (LSTM) & Gated Re-current Unit (GRU) during forecasting of oil price .Exploring multivariate relationships between West Texas Intermediate and S&P 500, Dow Jones Utility Avg, US Dollar Index Futures , US 10 Yr Treasury Bonds , Gold Futures.
★ 0 4y agoExplain → -
Time-Series-Forecasting-Apple-Stock-Price-Using-SARIMA-Prophet ⑂
Time Series forecasting using Seasonal ARIMA & Prophet. Applied statistical tests like Augmented Dickey–Fuller test to check stationary of series. Checked ACF ,PACF plots to identify Moving average and Auto-regressive order of series. Transformed series to make it stationary.
★ 0 4y agoExplain → -
v86
Fork with a patch for int3 single-step debugging
Rust ★ 0 3y agoExplain → -
repro-astro-react-vite-plugin-issue
Created with StackBlitz ⚡️
Astro ★ 0 3y agoExplain → -
vite ⑂
Next generation frontend tooling. It's fast!
★ 0 3y agoExplain → -
olcPixelGameEngine ⑂
The official distribution of olcPixelGameEngine, a tool used in javidx9's YouTube videos and projects
★ 0 3y agoExplain →
No repos match these filters.