Oruk-AI/orukeet
Orukeet: multilingual ASR with fitted, frozen Gabor kernels and native inference
About the project
A 25-language speech recognizer built on NVIDIA Parakeet TDT 0.6B v3, replacing half of the encoder's temporal depthwise filters with 12,288 fitted frozen Gabor kernels. It outperforms Parakeet on 61 of 74 tested splits by WER.
Useful for
- Run local audio transcription via the orukeet Python package with automatic runtime installation
- Plug Orukeet into the OpenWhispr desktop app as a local speech recognition model
- Deploy a persistent worker for batch transcription of long recordings with the model kept in memory
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 24 stars so far today, about 42 expected by the end of the day.
- Over the last two days the pace is 2.3× that of the previous week and a half.
- The spike has held for 3 days in a row — not a one-off blip.
- The repository is 5 days old and already has 68 stars.
- Top new repositories this week: #172.
- About 280 forks a day — people are taking the code.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 68
- Stars in a day
- 42
- Forks
- 30
- Issues and pull requests
- 5
- Watchers
- 3
- Language
- Python
- License
- MIT
- Latest release
- v0.1.1 · September 11, 2026
- Created
- September 9, 2026
- Last push
- September 12, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 14, 2026Top new repositories this week: #172
Similar projects
-
7.0
JustVugg/colibri
A pure-C, zero-dependency inference engine for running large MoE models (744B–2.8T parameters) on consumer hardware by treating VRAM, RAM, and storage as a single multitier hierarchy and streaming experts from disk.
-
6.3
asgeirtj/system_prompts_leaks
A collection of extracted system prompts from Anthropic, OpenAI, Google, xAI and others — the hidden instructions chatbots receive before a user's first message.
-
5.6
huggingface/transformers
Model-definition framework for state-of-the-art pretrained ML models (text, vision, audio, multimodal) for inference and training, compatible with most training and inference engines.
-
4.9
unclecode/crawl4ai
Open-source web crawler and scraper that turns pages into clean, LLM-ready Markdown for RAG, agents and data pipelines. Runs via Python API, CLI and Docker with no API keys.
-
4.8
MiaAI-Lab/DeepSeek-v4.1-Flash-EXL3-2x-DGX-Sparks
A local EXL3 2.9 bpw checkpoint of DeepSeek-V4.1-Flash (196 GiB, 39 shards) served via an OpenAI-compatible vLLM API on a 2x NVIDIA GB10 (DGX Spark) kit with tensor-parallel 2. Includes DSpark speculative decoding and…
-
4.5
penberg/titania
A full stack for running the Qwen3-0.6B language model: custom GPU kernels, compiler, ISA, simulator, and a planned RTL GPU. Every layer is written from scratch and small enough for one person to read.